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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectcreateDefault(Transaction trans)booleanhasClassIndex()voidsetObjectReference(ObjectReference ref)- 
Methods inherited from interface com.db4o.TransactionAwaresetTrans
 
- 
 
- 
- 
- 
Method Detail- 
createDefaultjava.lang.Object createDefault(Transaction trans) 
 - 
hasClassIndexboolean hasClassIndex() 
 - 
setObjectReferencevoid setObjectReference(ObjectReference ref) 
 
- 
 
-