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
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