Re: [castor-dev] Database.load() vs OQL Query

2002-02-13 Thread Bruce Snyder
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 R

[castor-dev] Database.load() vs OQL Query

2002-02-13 Thread Radu TRIMBITAS
Hello! Does CASTOR ensure that (during the same transaction) database.load(class, id) and various result sets from queries that might refere (directly or by a castor managed relation) the same persistent object DO return the same instance of the object? How can one add an object to the current t