CustomTypeHandler ?

2006-02-06 Thread Kim Goings
I have a db schema using the Single Table Inheritence pattern. (One table, each row "becomes" a different type.) I wrote a CustomTypeHandler and used the getResult method to translate it into the correct type of object. That works great. However, because I am using a "global" typeHandler d

Re: iBatis and ORM's

2005-11-04 Thread Kim Goings
Cheers, Clinton On 11/4/05, Kim Goings <[EMAIL PROTECTED]> wrote: been around it for so long.  :)  I think it's still valid.  I've started to become quite the iBatis evangelist and when people ask why I think it is better or how it is different than Hibernate, the points you (a

Re: iBatis and ORM's

2005-11-04 Thread Kim Goings
Clinton - This discussion is probably far too old for you since you've been around it for so long. :) I think it's still valid. I've started to become quite the iBatis evangelist and when people ask why I think it is better or how it is different than Hibernate, the points you (and others) have

Re: empty String like nullValue

2005-08-04 Thread Kim Goings
On Aug 4, 2005, at 11:16 AM, Emiliano Armellin wrote: Hello is there away to specify that null strings will be setted to empty string ("") in object result map? Have I got use a TypeHandlerCallback? -- Emiliano Armellin W_ www.ateikon.com @_ [EMAIL PROTECTED] T_ +39 0422 452101

Re: mystery table name

2005-06-20 Thread Kim Goings
B SET ATTENDEE_ID = 2, TYPE = 0, COMPANY = 'fdasfd', MEMBER_ID = 'ffdsafa', MODIFIED_BY = 'user' WHERE ID = 3     -----Original Message- From: Kim Goings [mailto:[EMAIL PROTECTED] Sent: Monday, June 20, 2005 11:51 AM To: user-java@ibatis.apache.org Subject

Re: mystery table name

2005-06-20 Thread Kim Goings
an you show us your FrequentMemberClub.xml file? -Original Message- From: Kim Goings [mailto:[EMAIL PROTECTED] Sent: Monday, June 20, 2005 10:08 AM To: user-java@ibatis.apache.org Subject: mystery table name As this is my first post, let me say that I think iBatis is FANTASTIC! Now, on to busi

mystery table name

2005-06-20 Thread Kim Goings
As this is my first post, let me say that I think iBatis is FANTASTIC! Now, on to business. I'm getting an exception back from an update statement which indicates that the SQL contains an invalid table name, yet the debug output from iBatis shows a different (correct) table name in the statemen