jQuery in Action, 2nd edition
The moose likes Object Relational Mapping and the fly likes Hibernate Cache Management Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Object Relational Mapping
Reply Bookmark "Hibernate Cache Management " Watch "Hibernate Cache Management " New topic
Author

Hibernate Cache Management

Lakshmi Natarajan
Greenhorn

Joined: Jun 30, 2009
Posts: 5
My application requires to refresh the hibernate cache periodically (for every hour should sync the contents in cache with database). The duration of the refresh might be modified by the application user in the future (requirement) hence would like to specify it in config file instead of using refresh method in the code. Please let me know whether any tag or attribute available in config files for this set up or provide me better solution for this case.
 
 
subject: Hibernate Cache Management
 
MyEclipse, The Clear Choice