Transactions in DAO using the Hibernate Generic DAO pattern I have implemented some DAOs based on the Hibernate Generic DAO pattern (http://www.hibernate.org/328.html) but making use of HibernateDaoSupport. Here is the implementation: ...
Transactions, Java5, and Generics The problem I had was that the Transaction was not being created when a method with the @Transaction annotation was being called from another class. I have ...
Mar 1st, 2007, 04:36 AM #1 tmv View Profile View Forum Posts Private Message Junior Member Join Date Jan 2007 Posts 9 No Transaction binding when overriding a Generic method Hi, ...
Problem with AOP Transaction declration and Generics? Is there a problem with defining transactions using AOP with parameterized classes. For example, if I declare the following pointcut and have the classes ...
Oct 16th, 2007, 02:26 PM #1 MjH View Profile View Forum Posts Private Message Junior Member Join Date Aug 2004 Location Saskatoon SK Canada Posts 29 IBM Developerworks Generic DAO article ...
Type declaration (java generics) not work with transaction demarcation?? Hellu, I have a class Dao that contains CRUD actions, like: Code: public interface Dao { public void saveOrUpdateEntity(I instance); } Now ...
Oct 1st, 2010, 06:55 AM #1 xocobola View Profile View Forum Posts Private Message Junior Member Join Date Oct 2010 Posts 4 Problem with @Transactional + implement a generic interface? Hi! ...