Armin Waibel wrote:
Use collection proxy for child objects
http://db.apache.org/ojb/docu/guides/basic-technique.html#Using+a+Single+Proxy+for+a+Whole+Collection
or set auto-retrieve of your collection-descriptor to "none/false". But be careful when using this setting in combination with auto-update/delete "object/true", because you have to populate all child objects before do update/delete operation in this case
http://db.apache.org/ojb/docu/guides/basic-technique.html#auto-retrieve+setting
By the way, in OJB 1.1 it will be possible to change the auto-xxx settings at runtime.
regards, Armin
Will it be possible to change auto-xxx settings for each individual query ?
-- Maksimennko Alexander Softwarium, www.softwarium.net
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
