No, the current DAO support is for V2 only at this point. The only parts that would need to be created to support H3 would be to implement the transaction manager and transaction interfaces. Heck, if we put it in a com.ibatis.dao.engine.transaction.hibernate3 package, the two could live side-by-side.
If you are interested in doing this, feel free to start with the H2 support, and tweak it for H3 - both of the current implmentations are very simple classes (eg., <100 lines of code) and should be reasonable to do. If you do end up doing this, attach it to a JIRA request, and we'll try to include it in the next release. Larry On 9/20/05, hicham abassi <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to use Ibatis DAO with Hibernate. > Does Ibatis DAO support Hibernate 3 ? > > Thanks > > > -- > > hicham ABASSI > [EMAIL PROTECTED] >
