|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectInfo
interface to the internal reference that an ObjectContainer holds for a stored object.
Method Summary | |
---|---|
long |
getInternalID()
returns the internal db4o ID. |
java.lang.Object |
getObject()
returns the object that is referenced. |
Db4oUUID |
getUUID()
returns a UUID representation of the referenced object. |
long |
getVersion()
returns the transaction serial number ("version") the referenced object was stored with last. |
Method Detail |
---|
long getInternalID()
java.lang.Object getObject()
Db4oUUID getUUID()
Configuration.generateUUIDs(int)
long getVersion()
Configuration.generateVersionNumbers(int)
|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |