Uses of Interface
com.db4o.marshall.Context
- 
- 
Uses of Context in com.db4o.internalSubinterfaces of Context in com.db4o.internal Modifier and Type Interface Description interfaceDefragmentContextClasses in com.db4o.internal that implement Context Modifier and Type Class Description classAbstractBufferContextclassDefragmentContextImplMethods in com.db4o.internal that return Context Modifier and Type Method Description ContextTransaction. context()Methods in com.db4o.internal with parameters of type Context Modifier and Type Method Description TypeHandler4ClassMetadata. delegateTypeHandler(Context context)TypeHandler4PrimitiveTypeMetadata. delegateTypeHandler(Context context)java.lang.ObjectIndexableTypeHandler. indexEntryToObject(Context context, java.lang.Object indexEntry)PreparedComparisonClassMetadata. prepareComparison(Context context, java.lang.Object source)PreparedComparisonComparable4. prepareComparison(Context context, T obj)creates a prepared comparison to compare multiple objects against one single object.PreparedComparisonFieldMetadata. prepareComparison(Context context, java.lang.Object obj)PreparedComparisonNull. prepareComparison(Context context, java.lang.Object obj_)PreparedComparisonPrimitiveTypeMetadata. prepareComparison(Context context, java.lang.Object source)static PreparedComparisonHandlers4. prepareComparisonFor(TypeHandler4 handler, Context context, java.lang.Object obj)TIndexable4. readIndexEntry(Context context, ByteArrayBuffer reader)java.lang.ObjectNull. readIndexEntry(Context context, ByteArrayBuffer a_reader)static booleanHandlers4. useDedicatedSlot(Context context, TypeHandler4 handler)voidIndexable4. writeIndexEntry(Context context, ByteArrayBuffer writer, T obj)voidNull. writeIndexEntry(Context context, ByteArrayBuffer a_writer, java.lang.Object a_object)Constructors in com.db4o.internal with parameters of type Context Constructor Description PreparedArrayContainsComparison(Context context, ArrayHandler arrayHandler, TypeHandler4 typeHandler, java.lang.Object obj)
- 
Uses of Context in com.db4o.internal.activationClasses in com.db4o.internal.activation that implement Context Modifier and Type Class Description classActivationContext4
- 
Uses of Context in com.db4o.internal.btreeMethods in com.db4o.internal.btree with parameters of type Context Modifier and Type Method Description PreparedComparisonFieldIndexKeyHandler. prepareComparison(Context context, java.lang.Object fieldIndexKey)java.lang.ObjectFieldIndexKeyHandler. readIndexEntry(Context context, ByteArrayBuffer buffer)voidFieldIndexKeyHandler. writeIndexEntry(Context context, ByteArrayBuffer writer, java.lang.Object obj)
- 
Uses of Context in com.db4o.internal.collectionsMethods in com.db4o.internal.collections with parameters of type Context Modifier and Type Method Description PreparedComparisonBigSetTypeHandler. prepareComparison(Context context, java.lang.Object obj)
- 
Uses of Context in com.db4o.internal.deleteSubinterfaces of Context in com.db4o.internal.delete Modifier and Type Interface Description interfaceDeleteContextClasses in com.db4o.internal.delete that implement Context Modifier and Type Class Description classDeleteContextImpl
- 
Uses of Context in com.db4o.internal.freespaceMethods in com.db4o.internal.freespace with parameters of type Context Modifier and Type Method Description PreparedComparisonAddressKeySlotHandler. prepareComparison(Context context, java.lang.Object slot)PreparedComparisonLengthKeySlotHandler. prepareComparison(Context context, java.lang.Object slot)java.lang.ObjectSlotHandler. readIndexEntry(Context context, ByteArrayBuffer reader)voidSlotHandler. writeIndexEntry(Context context, ByteArrayBuffer writer, java.lang.Object obj)
- 
Uses of Context in com.db4o.internal.handlersMethods in com.db4o.internal.handlers with parameters of type Context Modifier and Type Method Description TypeHandler4StandardReferenceTypeHandler. delegateTypeHandler(Context context)java.lang.ObjectPrimitiveHandler. indexEntryToObject(Context context, java.lang.Object indexEntry)java.lang.ObjectStandardReferenceTypeHandler. indexEntryToObject(Context context, java.lang.Object indexEntry)java.lang.ObjectStringHandler. indexEntryToObject(Context context, java.lang.Object indexEntry)protected static java.lang.StringStringHandler. intern(Context context, java.lang.String str)PreparedComparisonNullFieldAwareTypeHandler. prepareComparison(Context context, java.lang.Object obj)PreparedComparisonPrimitiveHandler. prepareComparison(Context context, java.lang.Object obj)PreparedComparisonStandardReferenceTypeHandler. prepareComparison(Context context, java.lang.Object source)PreparedComparisonStringBasedValueTypeHandlerBase. prepareComparison(Context context, java.lang.Object obj)PreparedComparisonStringHandler. prepareComparison(Context context, java.lang.Object obj)java.lang.ObjectPrimitiveHandler. readIndexEntry(Context context, ByteArrayBuffer buffer)java.lang.ObjectStandardReferenceTypeHandler. readIndexEntry(Context context, ByteArrayBuffer a_reader)java.lang.ObjectStringHandler. readIndexEntry(Context context, ByteArrayBuffer reader)This readIndexEntry method reads from the actual index in the file.static java.lang.StringStringHandler. readString(Context context, ReadBuffer buffer)static java.lang.StringStringHandler. readStringNoDebug(Context context, ReadBuffer buffer)protected static LatinStringIOStringHandler. stringIo(Context context)voidPrimitiveHandler. writeIndexEntry(Context context, ByteArrayBuffer a_writer, java.lang.Object a_object)voidStandardReferenceTypeHandler. writeIndexEntry(Context context, ByteArrayBuffer a_writer, java.lang.Object a_object)voidStringHandler. writeIndexEntry(Context context, ByteArrayBuffer writer, java.lang.Object entry)
- 
Uses of Context in com.db4o.internal.handlers.arrayMethods in com.db4o.internal.handlers.array with parameters of type Context Modifier and Type Method Description PreparedComparisonArrayHandler. prepareComparison(Context context, java.lang.Object obj)
- 
Uses of Context in com.db4o.internal.idsMethods in com.db4o.internal.ids with parameters of type Context Modifier and Type Method Description PreparedComparisonBTreeIdSystem.IdSlotMappingHandler. prepareComparison(Context context, IdSlotMapping sourceMapping)IdSlotMappingBTreeIdSystem.IdSlotMappingHandler. readIndexEntry(Context context, ByteArrayBuffer buffer)voidBTreeIdSystem.IdSlotMappingHandler. writeIndexEntry(Context context, ByteArrayBuffer buffer, IdSlotMapping mapping)
- 
Uses of Context in com.db4o.internal.mappingMethods in com.db4o.internal.mapping with parameters of type Context Modifier and Type Method Description PreparedComparisonMappedIDPairHandler. prepareComparison(Context context, java.lang.Object source)java.lang.ObjectMappedIDPairHandler. readIndexEntry(Context context, ByteArrayBuffer reader)voidMappedIDPairHandler. writeIndexEntry(Context context, ByteArrayBuffer reader, java.lang.Object obj)
- 
Uses of Context in com.db4o.internal.marshallSubinterfaces of Context in com.db4o.internal.marshall Modifier and Type Interface Description interfaceHandlerVersionContextinterfaceInternalReadContextinterfaceObjectIdContextClasses in com.db4o.internal.marshall that implement Context Modifier and Type Class Description classAbstractReadContextclassCollectIdContextclassMarshallingContextclassObjectHeaderContextclassObjectIdContextImplclassObjectReferenceContextclassQueryingReadContextclassUnmarshallingContextWraps the low-level details of reading a Buffer, which in turn is a glorified byte array.
- 
Uses of Context in com.db4o.marshallSubinterfaces of Context in com.db4o.marshall Modifier and Type Interface Description interfaceBufferContextinterfaceReadContextthis interface is passed to internal classTypeHandler4when instantiating objects.interfaceReferenceActivationContextthis interface is passed to reference type handlers.interfaceWriteContextthis interface is passed to internal classTypeHandler4during marshaling and provides methods to marshal objects.
- 
Uses of Context in com.db4o.typehandlersSubinterfaces of Context in com.db4o.typehandlers Modifier and Type Interface Description interfaceActivationContextMethods in com.db4o.typehandlers with parameters of type Context Modifier and Type Method Description PreparedComparisonCollectionTypeHandler. prepareComparison(Context context, java.lang.Object obj)PreparedComparisonHashtableTypeHandler. prepareComparison(Context context, java.lang.Object obj)PreparedComparisonIgnoreFieldsTypeHandler. prepareComparison(Context context, java.lang.Object obj)PreparedComparisonMapTypeHandler. prepareComparison(Context context, java.lang.Object obj)PreparedComparisonVectorTypeHandler. prepareComparison(Context context, java.lang.Object obj)
 
-