Uses of Class
com.db4o.ext.Db4oUUID
-
Packages that use Db4oUUID Package Description com.db4o.ext com.db4o.internal -
-
Uses of Db4oUUID in com.db4o.ext
Methods in com.db4o.ext that return Db4oUUID Modifier and Type Method Description Db4oUUID
ObjectInfo. getUUID()
returns a UUID representation of the referenced object.Methods in com.db4o.ext with parameters of type Db4oUUID Modifier and Type Method Description <T> T
ExtObjectContainer. getByUUID(Db4oUUID uuid)
returns a stored object for aDb4oUUID
. -
Uses of Db4oUUID in com.db4o.internal
Methods in com.db4o.internal that return Db4oUUID Modifier and Type Method Description Db4oUUID
FrozenObjectInfo. getUUID()
Db4oUUID
LazyObjectReference. getUUID()
Db4oUUID
ObjectReference. getUUID()
Methods in com.db4o.internal with parameters of type Db4oUUID Modifier and Type Method Description java.lang.Object
ExternalObjectContainer. getByUUID(Db4oUUID uuid)
java.lang.Object
ObjectContainerBase. getByUUID(Transaction trans, Db4oUUID uuid)
java.lang.Object
ObjectContainerSession. getByUUID(Db4oUUID uuid)
-