1. HibernateDaoSupport , transaction is not rolled back stackoverflow.comI'm playing around with Spring + Hibernate and some "manual" transaction management with PostgreSQL I'd like to try this out and understand how this works before moving to aop based transaction management.
|
2. HibernateDaoSupport - Multiple hibernate sessions in a single transaction forum.springsource.orgHibernateDaoSupport - Multiple hibernate sessions in a single transaction I have spent more than 18 hours so far trying to figure out what is wrong with the following : - I ... |
3. HibernateDaoSupport: Transactions Best Practices? forum.springsource.orgHibernateDaoSupport: Transactions Best Practices? I have several questions regarding extending org.springframework.orm.hibernate.support.Hibernat eDaoSupport. Forgive my ignorance, as I have read the documentation, and attempted to follow the code, but I need an ... |
4. HibernateDAOSupport-Transaction control forum.springsource.orgHibernateDAOSupport-Transaction control Spring provides HibernateDAOSupport class from which we extend our DAO class. If I want to update 2 tables in one transaction using my DAO class that extends HibernateDAOSupport can ... |
5. Nested transactions in HibernateDaoSupport or how? forum.springsource.orgNested transactions in HibernateDaoSupport or how? Hello. I have the following problem. In my webapp a user can add tags to entities. When a tag is being added it is created ... |
6. @Transaction + HibernateDaoSupport(Hibernate3) forum.springsource.org@Transaction + HibernateDaoSupport(Hibernate3) I am glad to join in this forum , This is my first Post I am palnning to implement transactions in my project using @Transaction. I am using ... |
7. Programmatic rollback using HibernateDaoSupport/@Transactional? forum.springsource.orgAug 12th, 2009, 09:27 PM #1 ddavis539 View Profile View Forum Posts Private Message Junior Member Join Date Jun 2006 Posts 8 Programmatic rollback using HibernateDaoSupport/@Transactional? We are in the process ... |
8. Transaction failure when HibernateDaoSupport is proxified forum.springsource.orgTransaction failure when HibernateDaoSupport is proxified Hi, Curiously, since I decided to proxify (AOP) my DAO (in order to convert some exceptions), I've got exceptions when calling HibernateTemplate methods: org.springframework.orm.hibernate3.HibernateSystem Exception: ... |