Re: Customizing Parameter mapping

2005-07-29 Thread Prashanth Sukumaran
Hi Srinivas Read the IBatis documentation on SQL Maps and you will find it there. It has exactly what you want. Rgds Prashanth. --- sreenivas <[EMAIL PROTECTED]> wrote: > Hi All, > > I have requirement where a Java Bean has properties of user defined objects. > > Here is an example class c

RE: Customizing Parameter mapping

2005-07-29 Thread Akins, Greg
@ibatis.apache.orgSubject: Customizing Parameter mapping Hi All,   I have requirement where a Java Bean has properties of user defined objects.   Here is an example class called Product, where I have a property of type "Category" class. All the properties of t

Customizing Parameter mapping

2005-07-29 Thread sreenivas
Hi All, I have requirement where a Java Bean has properties of user defined objects. Here is an example class called Product, where I have a property of type "Category" class. All the properties of the product object are set & passed to SQLMAP as a parameter class. Having said that I would like