This one time, at band camp, Radu TRIMBITAS said:

RT>Hello!
RT>
RT>Does CASTOR ensure that (during the same transaction) database.load(class,
RT>id) and various result sets from queries that might refere (directly or by a
RT>castor managed relation) the same persistent object DO return the same
RT>instance of the object?
RT>
RT>How can one add an object to the current transaction without entirely
RT>reloading it?

Radu,

What you're asking for is the ability to load a proxy of an object.
Unfortunately, this is not currently possible with Castor. So right
now it's either load the entire object or don't load the entire
object. Unless you design your object model in a manner that allows
the partial loading of an object, but I would not recommend this
approach.

Bruce
--

perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to