Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 30210 invoked from network); 13 Sep 2007 16:01:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Sep 2007 16:01:48 -0000 Received: (qmail 58994 invoked by uid 500); 13 Sep 2007 16:01:37 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 58982 invoked by uid 500); 13 Sep 2007 16:01:37 -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 58953 invoked by uid 99); 13 Sep 2007 16:01:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2007 09:01:37 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jonathan.alvarsson@gmail.com designates 209.85.198.187 as permitted sender) Received: from [209.85.198.187] (HELO rv-out-0910.google.com) (209.85.198.187) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2007 16:01:34 +0000 Received: by rv-out-0910.google.com with SMTP id c27so403619rvf for ; Thu, 13 Sep 2007 09:01:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=fw7yKHwD1Gup7OxJRPZNM1o1fM/NQfMpNP0YgjhGP3A=; b=Thw6rPhFcFOc4SFyOulED/BfCEGhxoF1lDryuoR3Q0U+lnkWkWiB/Anc956iipiDqSgQvSdWFMTfgBai9eXdScRdDSDclQVZxi1Oqvx+3TxawxSTD5hoNymC7YRmIvZPAwQ42MHSXDVOpDUxJJa9tylvqx2fIFaNu6kUjsBSkYY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lCoxthrx70eZ2K8EoEi7ZNHifEKysK5Me4SgztLPerRVfEzMLGs47Y8vE7rZQbRSXYx4+UQP97K2gyXhNbOwEMp5rNr7lj5KJ1G87RcbOFTmYdoxuSV5Q5hYkwKO40UpvsTY6ORj1iXovQ9K1Ie31knEc3TTYRxz6EMm8/Nj7ac= Received: by 10.141.160.9 with SMTP id m9mr1064rvo.1189699274242; Thu, 13 Sep 2007 09:01:14 -0700 (PDT) Received: by 10.115.48.20 with HTTP; Thu, 13 Sep 2007 09:01:14 -0700 (PDT) Message-ID: Date: Thu, 13 Sep 2007 18:01:14 +0200 From: "Jonathan Alvarsson" To: user-java@ibatis.apache.org Subject: Using iBatis with Eclipse Modelling Framework objects MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_22604_25480216.1189699274226" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_22604_25480216.1189699274226 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Is it possible to persist Eclipse Modelling Framework (EMF) objects using iBatis? It seems to me as if it wouldn't work out of the box since the EMF objects seems to need to be generated by a factory but iBatis uses constructors right? Can anyone say anything about this? I feel that I would love the power of both frameworks at the same time... :) -- // Jonathan ------=_Part_22604_25480216.1189699274226 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Is it possible to persist Eclipse Modelling Framework (EMF) objects using iBatis?

It seems to me as if it wouldn't work out of the box since the EMF objects seems to need to be generated by a factory but iBatis uses constructors right?

Can anyone say anything about this? I feel that I would love the power of both frameworks at the same time... :)

--
// Jonathan ------=_Part_22604_25480216.1189699274226--