subject:Mapping
Hi!!
can someone please give me solution to this problem........
I have two tables;
1) User
2) Address with a one-to-many relation
(a User can have many addresses).
I declared a list in User mapping.
But when I call user.getAddressList(), the first element in the list
is always null.
For example, if I have 5 Address records, when I call
user.getAddressList(), I am getting a List of size=5. But the first
element in the list is null and the remaining 4 elements are valid
records.
thx & rgds,
sud
|