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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
handlerVersion()
SlotFormat
slotFormat()
-
Methods inherited from interface com.db4o.marshall.Context
objectContainer, transaction
-
-
-
-
Method Detail
-
handlerVersion
int handlerVersion()
-
slotFormat
SlotFormat slotFormat()
-
-