Return-Path: Delivered-To: apmail-incubator-ibatis-user-java-archive@www.apache.org Received: (qmail 9164 invoked from network); 31 Mar 2005 16:06:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Mar 2005 16:06:48 -0000 Received: (qmail 1950 invoked by uid 500); 31 Mar 2005 16:06:47 -0000 Delivered-To: apmail-incubator-ibatis-user-java-archive@incubator.apache.org Received: (qmail 1930 invoked by uid 500); 31 Mar 2005 16:06:47 -0000 Mailing-List: contact ibatis-user-java-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: ibatis-user-java@incubator.apache.org List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list ibatis-user-java@incubator.apache.org Received: (qmail 1917 invoked by uid 99); 31 Mar 2005 16:06:47 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from brmea-mail-4.Sun.COM (HELO brmea-mail-4.sun.com) (192.18.98.36) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 31 Mar 2005 08:06:46 -0800 Received: from esunmail ([129.147.156.34]) by brmea-mail-4.sun.com (8.12.10/8.12.9) with ESMTP id j2VG6jX8002731 for ; Thu, 31 Mar 2005 09:06:45 -0700 (MST) Received: from xpa-fe2 (esunmail [129.147.156.34]) by edgemail1.Central.Sun.COM (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTP id <0IE800A624R8DA@edgemail1.Central.Sun.COM> for ibatis-user-java@incubator.apache.org; Thu, 31 Mar 2005 09:06:45 -0700 (MST) Received: from [129.147.48.187] by mail.sun.net (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTPSA id <0IE800A9P4R8O1@mail.sun.net> for ibatis-user-java@incubator.apache.org; Thu, 31 Mar 2005 09:06:44 -0700 (MST) Date: Thu, 31 Mar 2005 09:06:53 -0700 From: Nathan Maves Subject: Wiki FAQ still broken! (Was Re: Customer Type Handler) In-reply-to: To: ibatis-user-java@incubator.apache.org Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.619.2) Content-type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Content-transfer-encoding: quoted-printable References: X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Only the last two faq's are available. Anyone heard when this will be =20= fixed or should we just recreate them from the source if anyone still =20= has that? Nathan On Mar 31, 2005, at 8:34 AM, Akins, Greg wrote: > Thanks... I forgot to look through the Wiki. That's exactly what I =20= > was looking for. > > -----Original Message----- > From: Nathan.Maves@Sun.COM [mailto:Nathan.Maves@Sun.COM] > Sent: Thursday, March 31, 2005 10:23 AM > To: ibatis-user-java@incubator.apache.org > Subject: Re: Customer Type Handler > > > I am not sure if this is what you are looking for. > > = How_do_I_use_a_Custom_Type_Handler_with_complex_property_%28Type_Safe_E=20= > n > umeration%29> > > Nathan > > On Mar 31, 2005, at 7:53 AM, Akins, Greg wrote: > >> I'm retrieving a integer from a database, >> =A0 >> the result class has a value which should be an enumerator. >> =A0 >> I don't necessarily want this enumerator to be a lookup table in the >> database (so I can't use a select attribute on my resultMap). >> =A0 >> Is this something I should use a CustomTypeHandler for?=A0 If so, = could >> anyone point me to some examples, or more information on using a >> CustomerTypeHandler? >> =A0 >> Greg Akins >> Software Engineer >> Sony Electronics, STP Systems >> 724.696.7322 (Sony) >> 724.696.6147 (AV) >> 724.454.7790 (Cell) >> 412.590.3973 (Pager) >> =A0 >