Re: nested ArrayLists

2009-04-07 Thread Nathan Maves
s implements Serializable { > String city; > String state; > > ... getters and setters ... > > } > I have two stored procedures one is to getAllSelectedPersons and the other > getAllAddressesByPerson > > How can we get an ArrayList of Persons using ibatis? I havent worked

nested ArrayLists

2009-04-07 Thread bpamarti
setters ... } I have two stored procedures one is to getAllSelectedPersons and the other getAllAddressesByPerson How can we get an ArrayList of Persons using ibatis? I havent worked with nested ArrayLists in iBatis. -- View this message in context: http://www.nabble.com/nested-ArrayLists