Tag Archives: Straight Jdbc

Using Hibernate and Jdbc DAOs in the same Transaction

I think it is very hard to build any enterprise application without using at least a little bit of straight Jdbc. Even if an application uses Hibernate heavily, there will be situations where using straight Jdbc makes most sense. We use HibernateDaoSupport (using GenericDAO pattern) and JdbcDaoSupport Spring … Continue reading

Posted in Hibernate | Tagged , , | Leave a comment