Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 98506 invoked from network); 20 Sep 2005 12:12:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2005 12:12:09 -0000 Received: (qmail 73663 invoked by uid 500); 20 Sep 2005 12:12:07 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 73641 invoked by uid 500); 20 Sep 2005 12:12:07 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 73628 invoked by uid 99); 20 Sep 2005 12:12:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2005 05:12:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [64.233.162.206] (HELO zproxy.gmail.com) (64.233.162.206) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2005 05:12:16 -0700 Received: by zproxy.gmail.com with SMTP id z6so1230469nzd for ; Tue, 20 Sep 2005 05:11:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qbNtZyT1MhXsfFYXuWcZW0lV0akZ/ilw0/BGfJa/AWt0zaOjISoThub/UymmHrHohyD5IQ2P7qVFPuKxmFsQvobA+Rp6ILQIJxq9aiiaBf9ezoale8n+/MDeOMjOUdU3n+n5HQES7NUzIwh6+9UdKfZ2wsg0T1FH8i55BdbPGLE= Received: by 10.36.105.13 with SMTP id d13mr1698223nzc; Tue, 20 Sep 2005 05:11:55 -0700 (PDT) Received: by 10.36.118.10 with HTTP; Tue, 20 Sep 2005 05:11:55 -0700 (PDT) Message-ID: Date: Tue, 20 Sep 2005 06:11:55 -0600 From: Larry Meadors Reply-To: lmeadors@apache.org To: user-java@ibatis.apache.org, habassi@gmail.com Subject: Re: Ibatis DAO and Hibernate support In-Reply-To: <9cfc88c2050920034331b8c41c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <9cfc88c2050920034331b8c41c@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 wrote: > Hello, > > I'm trying to use Ibatis DAO with Hibernate. > Does Ibatis DAO support Hibernate 3 ? > > Thanks > > > -- > > hicham ABASSI > habassi@gmail.com >