[OJB-developers] Not populating a list when doing QueryByCriteria
Brought to you by:
thma
From: <tr...@th...> - 2002-05-14 21:09:43
|
I modified the sample tutorial application to use a java.util.List to hold a collection of classes, but the list isn't getting stored in the db? I have this CollectionDescriptor <CollectionDescriptor id="15"> <cdfield.name>accesses</cdfield.name> <items.class>com.spaceprogram.users.UserItemAccess</items.class> <inverse_fk_descriptor_ids>4</inverse_fk_descriptor_ids> </CollectionDescriptor> Any ideas why this would be happening? Travis |