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.extMethods in com.db4o.ext that return Db4oUUID Modifier and Type Method Description Db4oUUIDObjectInfo. 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> TExtObjectContainer. getByUUID(Db4oUUID uuid)returns a stored object for aDb4oUUID.
- 
Uses of Db4oUUID in com.db4o.internalMethods in com.db4o.internal that return Db4oUUID Modifier and Type Method Description Db4oUUIDFrozenObjectInfo. getUUID()Db4oUUIDLazyObjectReference. getUUID()Db4oUUIDObjectReference. getUUID()Methods in com.db4o.internal with parameters of type Db4oUUID Modifier and Type Method Description java.lang.ObjectExternalObjectContainer. getByUUID(Db4oUUID uuid)java.lang.ObjectObjectContainerBase. getByUUID(Transaction trans, Db4oUUID uuid)java.lang.ObjectObjectContainerSession. getByUUID(Db4oUUID uuid)
 
-