save « JDBC « JPA Q&A





1. what does the hibernate cache save?    stackoverflow.com

Hi: I am confused about what is cached by the hibernate cache. From the docs, I know there are there types of cache in hibernate. First-level:the transaction-level. It seems that the entity to be persisted ...

2. Direct JDBC updates not saved in Hibernate 3.1    forum.hibernate.org

Author Message cwhamilt Post subject: Direct JDBC updates not saved in Hibernate 3.1 Posted: Thu Jan 12, 2006 2:12 pm Newbie Joined: Wed Jan 11, 2006 5:50 pm Posts: 2 This simple example works using Hibernate 3.0.5 but if I use Hibernate 3.1, the change does not get saved to the database. Does this need to be coded differently ...