0

I wonder how hibernate caching works when the content changes in DB?

What I mean is how does hibernate internally handles the case of two identical queries, when between them there was an update query which changed the expected resultset?

user1028741
  • 2,745
  • 6
  • 34
  • 68

1 Answers1

0

The links below provide the information you seek.

https://stackoverflow.com/a/337099/5280105 http://www.tutorialspoint.com/hibernate/hibernate_caching.htm

Community
  • 1
  • 1
JC Carrillo
  • 986
  • 6
  • 17