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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intobjectId()- 
Methods inherited from interface com.db4o.marshall.ContextobjectContainer, transaction
 - 
Methods inherited from interface com.db4o.internal.marshall.HandlerVersionContextslotFormat
 - 
Methods inherited from interface com.db4o.internal.marshall.InternalReadContextbuffer, buffer, container, handlerVersion, notifyNullReferenceSkipped, offset, read, readAtCurrentSeekPosition, readIndirectedBuffer, seek
 - 
Methods inherited from interface com.db4o.marshall.ReadBufferreadBitMap, readByte, readBytes, readInt, readLong
 - 
Methods inherited from interface com.db4o.marshall.ReadContextreadObject, readObject
 
- 
 
-