Package com.db4o.internal.marshall
Interface HandlerVersionContext
- 
- All Superinterfaces:
- Context
 - All Known Subinterfaces:
- DefragmentContext,- DeleteContext,- InternalReadContext,- ObjectIdContext
 - All Known Implementing Classes:
- AbstractBufferContext,- AbstractReadContext,- CollectIdContext,- DefragmentContextImpl,- DeleteContextImpl,- ObjectHeaderContext,- ObjectIdContextImpl,- ObjectReferenceContext,- QueryingReadContext,- UnmarshallingContext
 
 public interface HandlerVersionContext extends Context 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description inthandlerVersion()SlotFormatslotFormat()- 
Methods inherited from interface com.db4o.marshall.ContextobjectContainer, transaction
 
- 
 
- 
- 
- 
Method Detail- 
handlerVersionint handlerVersion() 
 - 
slotFormatSlotFormat slotFormat() 
 
- 
 
-