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
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
2 matches
Mail list logo