Re: Array properties in result object

2005-01-09 Thread Clinton Begin
Yeah, that should work. Try it and let us know. ;-) Clinton On Fri, 7 Jan 2005 12:39:04 +0100, Levin, Alexander <[EMAIL PROTECTED]> wrote: > Hello, > > is it possible to populate an array property from a mapped statement? Like > this (to stick with the example from the manual): > > class Cat

Array properties in result object

2005-01-07 Thread Levin, Alexander
Hello, is it possible to populate an array property from a mapped statement? Like this (to stick with the example from the manual): class Category { ... private Product[] products; public void setProducts(Product[] products) {...} } class Product {...} ... Now I want to have a st