Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 90709 invoked from network); 14 Sep 2005 13:49:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2005 13:49:51 -0000 Received: (qmail 34290 invoked by uid 500); 14 Sep 2005 13:49:49 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 34274 invoked by uid 500); 14 Sep 2005 13:49:49 -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 34261 invoked by uid 99); 14 Sep 2005 13:49:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 06:49:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.75.140.16] (HELO admin.mail.or.at) (62.75.140.16) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 06:50:00 -0700 Received: from [127.0.0.1] (zatsp5.unileoben.ac.at [193.170.25.175]) (authenticated bits=0) by admin.mail.or.at (8.12.6/8.12.6/SuSE Linux 0.6) with ESMTP id j8EDnWr8032222 for ; Wed, 14 Sep 2005 15:49:33 +0200 Message-ID: <43282AD6.3080509@mine-it.at> Date: Wed, 14 Sep 2005 15:51:18 +0200 From: Joachim Hoffmann User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user-java@ibatis.apache.org Subject: mapping GUID to UUID Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.32.0.2; VDF 6.32.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Is there a possibility with iBatis to map a MS Access/SQL GUID (16 Byte replication ID) to the java.util.UUID class or a customized subclass of it? Or is there a recommended method to customize java.util.UUID so that it can be passed through the iBatis framework and be assignend to a Binary(128)-Attribute? Cheers, JoHo