You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by Thomas Mahler <th...@home.ins.de> on 2003/05/02 14:24:15 UTC

[OJB] Issue #OJB159 modified

Issue OJB159 has just been modified by user thma

You can view the issue detail at the following URL:
     <http://scarab.werken.com/scarab/issues/id/OJB159>

The following modifications were made to this issue:

Status set to 'Closed'

Comment:  I did not exactly use your patch, but used the RowReader to to the refresh operation.

I also use the the same lookup functionality in PersistenceBroker.getObjectByIdentity now, to have the same beahviour everywhere.

I thing always refreshing instances will have a bad influence on performance. Thus I made it configurable.
There is now a new attribute on class-descriptor
set the attribute refresh="true" to enable this functionality.
Resolution set to 'Fixed'

Comment:  I did not exactly use your patch, but used the RowReader to to the refresh operation.

I also use the the same lookup functionality in PersistenceBroker.getObjectByIdentity now, to have the same beahviour everywhere.

I thing always refreshing instances will have a bad influence on performance. Thus I made it configurable.
There is now a new attribute on class-descriptor
set the attribute refresh="true" to enable this functionality.