Hi; Please I have need help to define the declaration of a composite javabean :
I have the three classes : Class collectionCategory with properties Integer colid; String colname; Class category with properties Integer catid; String catname; Classs product with properties Integer prodid; String prodname; CollectionCategory contains a List of category that contains a list of product wiith the tables into the database : CollectionCategory => 1..*category => 1..* product. The aim is to write the methods for getting a objet "CollectionCategory" from the database in using Ibatis framework. How implement the javabean CollectionCategorisedProductList ? Regards; -- View this message in context: http://www.nabble.com/javaBean-declaration-tf2492888.html#a6949874 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.