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.internalMethods in com.db4o.cs.internal that return HardObjectReference Modifier and Type Method Description HardObjectReferenceClientObjectContainer. getHardReferenceBySignature(Transaction trans, long uuid, byte[] signature)
- 
Uses of HardObjectReference in com.db4o.internalFields in com.db4o.internal declared as HardObjectReference Modifier and Type Field Description static HardObjectReferenceHardObjectReference. INVALIDMethods in com.db4o.internal that return HardObjectReference Modifier and Type Method Description HardObjectReferenceObjectContainerBase. getHardObjectReferenceById(Transaction trans, int id)protected HardObjectReferenceUUIDFieldMetadata. getHardObjectReferenceById(Transaction transaction, int parentId, byte[] signature)HardObjectReferenceUUIDFieldMetadata. getHardObjectReferenceBySignature(Transaction transaction, long longPart, byte[] signature)HardObjectReferenceObjectContainerBase. getHardReferenceBySignature(Transaction trans, long uuid, byte[] signature)static HardObjectReferenceHardObjectReference. peekPersisted(Transaction trans, int id, int depth)
 
-