Re: [Objectbridge-jdo-dev] Default Repository values for jdo
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-05-29 23:17:53
|
Hi Travis, IMO it should work as the ODMG implementation that is: 1. auto-retrieve="true" to load depending objects (or proxies if so configured) 2. auto-update="false" and auto-delete="false". Setting these to "true" won't be needed as JDO as well as ODMG provides a "dirty-detection". Thus the transaction knows if dependend objects need to be updated or deleted, without forcing the PersistenceBroker to do so. These are the default settings. That is if you don't declare any auto-* attributes these settings are chosen implicitely. cheers, Thomas tr...@th... wrote: > Should jdo have default auto retrieve and update, etc? > > Travis > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Objectbridge-jdo-dev mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-jdo-dev > > > > |