Package com.db4o.internal.marshall
Interface ObjectIdContext
-
- All Superinterfaces:
Context
,HandlerVersionContext
,InternalReadContext
,ReadBuffer
,ReadContext
- All Known Implementing Classes:
DeleteContextImpl
,ObjectIdContextImpl
,ObjectReferenceContext
,QueryingReadContext
,UnmarshallingContext
public interface ObjectIdContext extends HandlerVersionContext, InternalReadContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
objectId()
-
Methods inherited from interface com.db4o.marshall.Context
objectContainer, transaction
-
Methods inherited from interface com.db4o.internal.marshall.HandlerVersionContext
slotFormat
-
Methods inherited from interface com.db4o.internal.marshall.InternalReadContext
buffer, buffer, container, handlerVersion, notifyNullReferenceSkipped, offset, read, readAtCurrentSeekPosition, readIndirectedBuffer, seek
-
Methods inherited from interface com.db4o.marshall.ReadBuffer
readBitMap, readByte, readBytes, readInt, readLong
-
Methods inherited from interface com.db4o.marshall.ReadContext
readObject, readObject
-
-