With Hibernate Second Level Caching Enabled Select query fetching data from DataBase on every Request
I have three Entity Class MyEntity1,MyEntity2,MyEntity3. Each of this classes are marked with
@Cacheable(true).
I have three Entity Class MyEntity1,MyEntity2,MyEntity3. Each of this classes are marked with
@Cacheable(true).