Basic Hibernate Caching Question

Posted by manyxcxi on Stack Overflow See other posts from Stack Overflow or by manyxcxi
Published on 2010-04-23T16:00:24Z Indexed on 2010/04/23 16:03 UTC
Read the original article Hit count: 292

Filed under:
|
|

Doe Hibernate use cache (second level or otherwise) if all I am doing is batch inserts? No entities are being requested from the database, and no generators are used. Also, would StatelessSession vs Session change the answer? What if I was using a Session with a JDBC batch size of 50? The cache I will be using is Ehcache

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about cache