1. How do I implement Unit Of Work in Spring & JPA/Hibernate? stackoverflow.comI am trying to get my head around the concept of UOW and how I can implement it in my spring/jpa/hibernate app with DDD. I make my methods transactional, but how ... |
2. Hibernate Design forum.springsource.orgHibernate Design I have two tables: CustomerInfo (cid, name) cid is PK and CustomerLoan (cid, date, loanamt) cid+date is PK. CustomerInfo is one to many to CustomerLoan. In my application, there ... |
3. Domain Driven Design (Hibernate) forum.springsource.orgDomain Driven Design (Hibernate) Hello, I am having an issue understanding domain driven design. I've got a spring + hibernate application and I have a couple DAO and services objects. I ... |
4. Optimal design for Spring-Hibernate on Desktop client forum.springsource.orgOptimal design for Spring-Hibernate on Desktop client Hi All, I am working on a desktop application. I am porting a server side application, which has hibernate with Spring's transaction support. In ... |
5. hibernate design question forum.springsource.orghibernate design question I'm a total newbie to hibernate so apologies in advance if this is a dumb question. In this explanation of data modeling with the Zonski Framework, http://zonskiframework.blogspot.com/ he's ... |
6. Spring meets Hibernate: a design question forums.oracle.com |