level « Batch « JPA Q&A





1. Hibernate: batch_size? Second Level Cache?    stackoverflow.com

I 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.org

Hallo, 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 ...