If you have queried for an entity with auto-retrieve off in the descriptor..
(most of the time the data isn't needed) how do you tell it pragmatically
to load the collection into the object? Sorry if its a dumb question, I
didn't see it in the docs.
-------------------------------------------------------------------------
<collection-descriptor
name="categories"
element-class-ref="Category"
auto-retrieve="false"
auto-update="false"
auto-delete="false"
>
<inverse-foreignkey field-id-ref="2"/>
</collection-descriptor>
--------------------------------------------------------------------------
Thanks for any help,
Rick
--
To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>