Re: How to define alias in resultMap

2009-03-27 Thread Brandon Goodin
typeAlias alias=customerVo type=org.nexweb.qol.gcc.model.CustomerVO/ resultMap id=customerRS class=customerVo result property=custStatus column=CUST_STATUS/ result property=firstName column=FIRST_NAME/ result property=middleName column=MIDDLE_NAME/

Re: How to define alias in resultMap

2009-03-27 Thread Jasmin Mehta
I can not change the column names of table QOL_DEPENDENT from FIRST_NAME to DEP_FIRST_NAME It has to be the same. From: Brandon Goodin brandon.goo...@gmail.com To: user-java@ibatis.apache.org Date: 03/27/2009 11:59 AM Subject: Re: How to define alias in resultMap typeAlias alias=customerVo

Re: How to define alias in resultMap

2009-03-27 Thread Larry Meadors
To: user-java@ibatis.apache.org Date: 03/27/2009 11:59 AM Subject: Re: How to define alias in resultMap typeAlias alias=customerVo              type=org.nexweb.qol.gcc.model.CustomerVO/ resultMap id=customerRS class=customerVo         result property

Re: How to define alias in resultMap

2009-03-27 Thread Brandon Goodin
-java@ibatis.apache.org Date: 03/27/2009 11:59 AM Subject: Re: How to define alias in resultMap -- typeAlias alias=customerVo type=org.nexweb.qol.gcc.model.CustomerVO/ resultMap id=customerRS class=customerVo result property=custStatus column

Re: How to define alias in resultMap

2009-03-27 Thread Brandon Goodin
to be the same. From: Brandon Goodin brandon.goo...@gmail.com To: user-java@ibatis.apache.org Date: 03/27/2009 11:59 AM Subject: Re: How to define alias in resultMap -- typeAlias alias=customerVo type=org.nexweb.qol.gcc.model.CustomerVO/ resultMap id

Re: How to define alias in resultMap

2009-03-27 Thread Larry Meadors
jasmin_me...@nexweb.org wrote: I can not change the column names of table QOL_DEPENDENT from FIRST_NAME to DEP_FIRST_NAME It has to be the same. From: Brandon Goodin brandon.goo...@gmail.com To: user-java@ibatis.apache.org Date: 03/27/2009 11:59 AM Subject: Re: How to define alias

Re: How to define alias in resultMap

2009-03-27 Thread Jasmin Mehta
to DEP_FIRST_NAME It has to be the same. From: Brandon Goodin brandon.goo...@gmail.com To: user-java@ibatis.apache.org Date: 03/27/2009 11:59 AM Subject: Re: How to define alias in resultMap typeAlias alias=customerVo type=org.nexweb.qol.gcc.model.CustomerVO/ resultMap id

Re: How to define alias in resultMap

2009-03-27 Thread Brandon Goodin
your help. From: Brandon Goodin brandon.goo...@gmail.com To: user-java@ibatis.apache.org Date: 03/27/2009 12:29 PM Subject: Re: How to define alias in resultMap -- You know rethinking your statement. It makes no sense. You just showed us the SQL. You can add