1. Need to understand cacheing and what is stored in cache ? forum.hibernate.orgI 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 |
2. force HB to get all objects stored in 2nd level cache not DB forum.hibernate.orgI 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. ... |
3. How to display the data in jsp which is stored in cache using Hibernate forums.oracle.com |