Re: Hibernate integration

2005-09-25 Thread Larry Meadors
The Hibernate "integration" is in the DAO layer, not in SQL Maps. So, it allows you to insulate your application from any APIs specific to Hibernate. It does not make it possible to use both at the same time (something I have done in the past, and would advise against). Larry

Re: Hibernate integration

2005-09-24 Thread hicham abassi
ao package : com.ibatis.dao.engine.builder.xml.XmlDaoManagerBuilder Bye. 2005/9/24, Michael Campbell <[EMAIL PROTECTED]>: > I've just started using ibatis and like it quite a lot. I've seen > references here and there to hibernate integration and wondered > exactly what that was. When usin

Hibernate integration

2005-09-24 Thread Michael Campbell
I've just started using ibatis and like it quite a lot. I've seen references here and there to hibernate integration and wondered exactly what that was. When using it, what of hibernate and what of ibatis do you actually use? -- I tend to view "truly flexible" by another te