background preloader

Hibernate

Facebook Twitter

Code Instructions: Read-Only transactions with Spring and Hibernate. Spring supports the concept of read-only transactions.

Code Instructions: Read-Only transactions with Spring and Hibernate

Because Spring doesn't provide persistence functionality itself, the semantics of read-only transactions depend on the underlying persistence framework used along with Spring. I use Spring with Hibernate and Oracle, and when I looked to understand the semantics of read-only transactions on this specific configuration, I found that there was very little information on the web. Hibernate Performance Tuning.pdf (application/pdf Object) Hibernate: Understanding Lazy Fetching. Hibernate Querying 101 : tips and tricks. This article presents a few real-life tips and tricks for Hibernate querying.

Hibernate Querying 101 : tips and tricks

It is designed to be a 'from-the-trenches' account of the methods and best-practices we use and that we have found to work. Background First a little background. We are currently working on a project using a JSTL / Struts / Hibernate / PostgreSQL stack. The application requires many PDF reports.