stored « Cache « JPA Q&A





1. Need to understand cacheing and what is stored in cache ?    forum.hibernate.org

I am trying to validate the following -- 1) when one calls session.load(class,serializable) does hibernate check its cache for the existence of a preparedStatement for the load process or does it create a new sql string for each load ? 2) Is there a way to force Hibernate to create preparedStatements for each and cache the preparedStatement -- for each ...

2. force HB to get all objects stored in 2nd level cache not DB    forum.hibernate.org

I work in a software product company, and we use hibernate in our java based application . The application is a smart-client based application where each client is itself a jvm . We were using our proprietary cache bor both client and server side now , but want to replace the server side cache with a cache solution that supports clustering. ...