vote up 0 vote down star

Is there a way to preserve an objest identity in db4o.

Suppose I store a BigDecimal in embedded db4o.

When I read it twice I get two distict objects with the same value (which is quite obvious).

Is there any setting to force db4o to cashe query sersults so that two querries would return reference to the same instance, or do I have to do it myself ?

flag

67% accept rate
did you ever find an answer to this? – Tnay Jul 19 at 19:15
No i did not. I changed a storage mechanizm from embedded db4o to XStrem. – lbownik Jul 20 at 11:30

1 Answer

vote up 0 vote down

Hi!

Db4o does use IDs and UUIDs internally and you can access those if needed. Also worth reading is this.

link|flag
the link is broken – lbownik Oct 15 at 6:15
Both work for me... which one? – Goran Oct 25 at 17:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.