Package com.db4o.internal
Interface Db4oTypeImpl
-
- All Superinterfaces:
TransactionAware
- All Known Implementing Classes:
BlobImpl
public interface Db4oTypeImpl extends TransactionAware
marker interface for special db4o datatypes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
createDefault(Transaction trans)
boolean
hasClassIndex()
void
setObjectReference(ObjectReference ref)
-
Methods inherited from interface com.db4o.TransactionAware
setTrans
-
-
-
-
Method Detail
-
createDefault
java.lang.Object createDefault(Transaction trans)
-
hasClassIndex
boolean hasClassIndex()
-
setObjectReference
void setObjectReference(ObjectReference ref)
-
-