Db4o to preserve the identity of objects
Is there a way to store the id of the object in db4o.
Suppose I store BigDecimal in inline db4o.
When I read it twice, I get two different objects with the same value (which is quite obvious).
Is there any parameter to force db4o to cache the query results so that the two queries return a reference to the same instance, or should I do this myself?
0
a source to share