Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 22805 invoked from network); 6 Aug 2008 20:45:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Aug 2008 20:45:32 -0000 Received: (qmail 24404 invoked by uid 500); 6 Aug 2008 20:45:25 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 24385 invoked by uid 500); 6 Aug 2008 20:45:25 -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 24374 invoked by uid 99); 6 Aug 2008 20:45:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2008 13:45:25 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fidel.viegas@gmail.com designates 72.14.220.156 as permitted sender) Received: from [72.14.220.156] (HELO fg-out-1718.google.com) (72.14.220.156) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2008 20:44:30 +0000 Received: by fg-out-1718.google.com with SMTP id d23so56554fga.32 for ; Wed, 06 Aug 2008 13:44:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=HrBVZJaXTTF+sARtsTzjECCDuut2XudUACbqOJnJKYs=; b=dHx+LpnVtUz4w88jmpYAbI2Ak1ol3glLJUWmONNg/lIety1IT+rMkrNPohNudaZrbz EKtncOOWZh0H6fGDBiSQgz3pMogcgihs6mgs6YUPYqrqxxUmkS6N3NVe9kEIQGHUy8hg LSbL9527jD6hNZyOS3lEcbmSSgk9PIB0w1Rfc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=x9rSXf6g5Rd83Il8u8NztOLfviemeo2cPD9kJzoto+UST/ZTlVIMP1oa4iaSSakLTv bQTwgSQnQ2wDnZ9qjxnHHRV/zqLKxa3bW3YdrbNDg5wAbTbxblaLesoOEkbsjK2eMLZR iuED51fE57WJCAlLxHVzztrrbyuKZgp4yrB+U= Received: by 10.86.72.15 with SMTP id u15mr1137254fga.22.1218055496823; Wed, 06 Aug 2008 13:44:56 -0700 (PDT) Received: by 10.86.36.7 with HTTP; Wed, 6 Aug 2008 13:44:56 -0700 (PDT) Message-ID: <3d3c4b7e0808061344p63e0bd52laa4faa3324000e7c@mail.gmail.com> Date: Wed, 6 Aug 2008 21:44:56 +0100 From: "Fidel Viegas" To: user-java@ibatis.apache.org Subject: Re: Hibernate 3.2 Native SQL versus iBATIS In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18857922.post@talk.nabble.com> <16178eb10808061253s4d87f20dlf9898cda23ca407b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Aug 6, 2008 at 9:02 PM, Jeff Butler wrote: > If I may interject too... > > You could use ibator to guickly generate a basic iBATIS based CRUD layer and > then just focus on the complex queries. This can give you some of the > productivity benefits of Hibernate, and still leave you free to code the > complex stuff in an efficient manner. Doesn't Hibernate come with command line tools that allow you to do that as well? I haven't played with Hibernate in a while, but I have the impression that I have seen this somewhere. I am fairly new to iBatis as well, but I prefer it over Hibernate because I use quite a lot of stored procedures, and I love to have the freedom on modifying the SQL for tuning, etc... I have recently purchased the iBatis book and I am actually enjoying it. Fidel.