Package com.db4o.internal
Class HardObjectReference
- java.lang.Object
-
- com.db4o.internal.HardObjectReference
-
public class HardObjectReference extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Object
_object
ObjectReference
_reference
static HardObjectReference
INVALID
-
Constructor Summary
Constructors Constructor Description HardObjectReference(ObjectReference ref, java.lang.Object obj)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HardObjectReference
peekPersisted(Transaction trans, int id, int depth)
-
-
-
Field Detail
-
INVALID
public static final HardObjectReference INVALID
-
_reference
public final ObjectReference _reference
-
_object
public final java.lang.Object _object
-
-
Constructor Detail
-
HardObjectReference
public HardObjectReference(ObjectReference ref, java.lang.Object obj)
-
-
Method Detail
-
peekPersisted
public static HardObjectReference peekPersisted(Transaction trans, int id, int depth)
-
-