Uses of Class
com.db4o.internal.HardObjectReference
-
Packages that use HardObjectReference Package Description com.db4o.cs.internal com.db4o.internal -
-
Uses of HardObjectReference in com.db4o.cs.internal
Methods in com.db4o.cs.internal that return HardObjectReference Modifier and Type Method Description HardObjectReference
ClientObjectContainer. getHardReferenceBySignature(Transaction trans, long uuid, byte[] signature)
-
Uses of HardObjectReference in com.db4o.internal
Fields in com.db4o.internal declared as HardObjectReference Modifier and Type Field Description static HardObjectReference
HardObjectReference. INVALID
Methods in com.db4o.internal that return HardObjectReference Modifier and Type Method Description HardObjectReference
ObjectContainerBase. getHardObjectReferenceById(Transaction trans, int id)
protected HardObjectReference
UUIDFieldMetadata. getHardObjectReferenceById(Transaction transaction, int parentId, byte[] signature)
HardObjectReference
UUIDFieldMetadata. getHardObjectReferenceBySignature(Transaction transaction, long longPart, byte[] signature)
HardObjectReference
ObjectContainerBase. getHardReferenceBySignature(Transaction trans, long uuid, byte[] signature)
static HardObjectReference
HardObjectReference. peekPersisted(Transaction trans, int id, int depth)
-