returns a transient copy of a persistent object with all members set to the values that are currently stored to the database.
the object
returns a transient copy of a persistent object with all members set to the values that are currently stored to the database.
The returned objects have no connection to the database.
With the
committedparameter it is possible to specify, whether the desired object should contain the committed values or the values that were set by the running transaction with set .
ExtObjectContainer Interface | com.db4o.ext Namespace