On Fri, 2003-12-19 at 16:51, Thomas Mahler wrote: > Hi Jo�o, > > Jo�o Mota wrote: > > ->Using Pb with ODMG Question: > > > > When you use the PB methods with the ODMG broker, the query includes the > > objects touched by the current transaction? > > All queries, PB and OQL queries always are executed against the database. > If an object returned by a query is in the cache already, the cached > instance is returned.
This is true. > So if an object is registered to a tx and then selected by a query, then > the same instance is returned by the query. I disagree. This is only true if the object is "cachable" and if an empty cache implementation is not used. Just my 2 cents, Luis Cruz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
