1. Problem with generic DAO stackoverflow.comI'm trying to do a generic Dao according to this article : http://www.ibm.com/developerworks/java/library/j-genericdao/index.html. We have couple of different databases. so we created subclasses of
|
2. Transactions in DAO using the Hibernate Generic DAO pattern forum.springsource.orgTransactions 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: ... |
3. Transactions, Java5, and Generics forum.springsource.orgTransactions, 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 ... |
4. No Transaction binding when overriding a Generic method forum.springsource.orgMar 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, ... |
5. Problem with AOP Transaction declration and Generics? forum.springsource.orgProblem 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 ... |
6. IBM Developerworks Generic DAO article and Declarative transactions forum.springsource.orgOct 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 ... |
7. Type declaration (java generics) not work with transaction demarcation?? forum.springsource.orgType 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 ... |
8. Problem with @Transactional + implement a generic interface? forum.springsource.orgOct 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! ... |