1. Hibernate: batch_size? Second Level Cache? stackoverflow.comI have a Hibernate domain object that gets loaded by different parts of the application. Sometimes it's advantageous to lazy load every association and others it's better to load the ... |
2. Proper use of Second level cache with batch modify data forum.hibernate.orgHallo, I try to use second level cache in JEE application (running in cluster) for read only data . But these data are changing once a day in specific time when batch process replicate them from 3th party system. How can I refresh (reload) these data after batch process is done? I am using EHCache but didn't found any configuration option ... |