Uses of Interface
com.db4o.marshall.Context
-
-
Uses of Context in com.db4o.internal
Subinterfaces of Context in com.db4o.internal Modifier and Type Interface Description interface
DefragmentContext
Classes in com.db4o.internal that implement Context Modifier and Type Class Description class
AbstractBufferContext
class
DefragmentContextImpl
Methods in com.db4o.internal that return Context Modifier and Type Method Description Context
Transaction. context()
Methods in com.db4o.internal with parameters of type Context Modifier and Type Method Description TypeHandler4
ClassMetadata. delegateTypeHandler(Context context)
TypeHandler4
PrimitiveTypeMetadata. delegateTypeHandler(Context context)
java.lang.Object
IndexableTypeHandler. indexEntryToObject(Context context, java.lang.Object indexEntry)
PreparedComparison
ClassMetadata. prepareComparison(Context context, java.lang.Object source)
PreparedComparison
Comparable4. prepareComparison(Context context, T obj)
creates a prepared comparison to compare multiple objects against one single object.PreparedComparison
FieldMetadata. prepareComparison(Context context, java.lang.Object obj)
PreparedComparison
Null. prepareComparison(Context context, java.lang.Object obj_)
PreparedComparison
PrimitiveTypeMetadata. prepareComparison(Context context, java.lang.Object source)
static PreparedComparison
Handlers4. prepareComparisonFor(TypeHandler4 handler, Context context, java.lang.Object obj)
T
Indexable4. readIndexEntry(Context context, ByteArrayBuffer reader)
java.lang.Object
Null. readIndexEntry(Context context, ByteArrayBuffer a_reader)
static boolean
Handlers4. useDedicatedSlot(Context context, TypeHandler4 handler)
void
Indexable4. writeIndexEntry(Context context, ByteArrayBuffer writer, T obj)
void
Null. 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.activation
Classes in com.db4o.internal.activation that implement Context Modifier and Type Class Description class
ActivationContext4
-
Uses of Context in com.db4o.internal.btree
Methods in com.db4o.internal.btree with parameters of type Context Modifier and Type Method Description PreparedComparison
FieldIndexKeyHandler. prepareComparison(Context context, java.lang.Object fieldIndexKey)
java.lang.Object
FieldIndexKeyHandler. readIndexEntry(Context context, ByteArrayBuffer buffer)
void
FieldIndexKeyHandler. writeIndexEntry(Context context, ByteArrayBuffer writer, java.lang.Object obj)
-
Uses of Context in com.db4o.internal.collections
Methods in com.db4o.internal.collections with parameters of type Context Modifier and Type Method Description PreparedComparison
BigSetTypeHandler. prepareComparison(Context context, java.lang.Object obj)
-
Uses of Context in com.db4o.internal.delete
Subinterfaces of Context in com.db4o.internal.delete Modifier and Type Interface Description interface
DeleteContext
Classes in com.db4o.internal.delete that implement Context Modifier and Type Class Description class
DeleteContextImpl
-
Uses of Context in com.db4o.internal.freespace
Methods in com.db4o.internal.freespace with parameters of type Context Modifier and Type Method Description PreparedComparison
AddressKeySlotHandler. prepareComparison(Context context, java.lang.Object slot)
PreparedComparison
LengthKeySlotHandler. prepareComparison(Context context, java.lang.Object slot)
java.lang.Object
SlotHandler. readIndexEntry(Context context, ByteArrayBuffer reader)
void
SlotHandler. writeIndexEntry(Context context, ByteArrayBuffer writer, java.lang.Object obj)
-
Uses of Context in com.db4o.internal.handlers
Methods in com.db4o.internal.handlers with parameters of type Context Modifier and Type Method Description TypeHandler4
StandardReferenceTypeHandler. delegateTypeHandler(Context context)
java.lang.Object
PrimitiveHandler. indexEntryToObject(Context context, java.lang.Object indexEntry)
java.lang.Object
StandardReferenceTypeHandler. indexEntryToObject(Context context, java.lang.Object indexEntry)
java.lang.Object
StringHandler. indexEntryToObject(Context context, java.lang.Object indexEntry)
protected static java.lang.String
StringHandler. intern(Context context, java.lang.String str)
PreparedComparison
NullFieldAwareTypeHandler. prepareComparison(Context context, java.lang.Object obj)
PreparedComparison
PrimitiveHandler. prepareComparison(Context context, java.lang.Object obj)
PreparedComparison
StandardReferenceTypeHandler. prepareComparison(Context context, java.lang.Object source)
PreparedComparison
StringBasedValueTypeHandlerBase. prepareComparison(Context context, java.lang.Object obj)
PreparedComparison
StringHandler. prepareComparison(Context context, java.lang.Object obj)
java.lang.Object
PrimitiveHandler. readIndexEntry(Context context, ByteArrayBuffer buffer)
java.lang.Object
StandardReferenceTypeHandler. readIndexEntry(Context context, ByteArrayBuffer a_reader)
java.lang.Object
StringHandler. readIndexEntry(Context context, ByteArrayBuffer reader)
This readIndexEntry method reads from the actual index in the file.static java.lang.String
StringHandler. readString(Context context, ReadBuffer buffer)
static java.lang.String
StringHandler. readStringNoDebug(Context context, ReadBuffer buffer)
protected static LatinStringIO
StringHandler. stringIo(Context context)
void
PrimitiveHandler. writeIndexEntry(Context context, ByteArrayBuffer a_writer, java.lang.Object a_object)
void
StandardReferenceTypeHandler. writeIndexEntry(Context context, ByteArrayBuffer a_writer, java.lang.Object a_object)
void
StringHandler. writeIndexEntry(Context context, ByteArrayBuffer writer, java.lang.Object entry)
-
Uses of Context in com.db4o.internal.handlers.array
Methods in com.db4o.internal.handlers.array with parameters of type Context Modifier and Type Method Description PreparedComparison
ArrayHandler. prepareComparison(Context context, java.lang.Object obj)
-
Uses of Context in com.db4o.internal.ids
Methods in com.db4o.internal.ids with parameters of type Context Modifier and Type Method Description PreparedComparison
BTreeIdSystem.IdSlotMappingHandler. prepareComparison(Context context, IdSlotMapping sourceMapping)
IdSlotMapping
BTreeIdSystem.IdSlotMappingHandler. readIndexEntry(Context context, ByteArrayBuffer buffer)
void
BTreeIdSystem.IdSlotMappingHandler. writeIndexEntry(Context context, ByteArrayBuffer buffer, IdSlotMapping mapping)
-
Uses of Context in com.db4o.internal.mapping
Methods in com.db4o.internal.mapping with parameters of type Context Modifier and Type Method Description PreparedComparison
MappedIDPairHandler. prepareComparison(Context context, java.lang.Object source)
java.lang.Object
MappedIDPairHandler. readIndexEntry(Context context, ByteArrayBuffer reader)
void
MappedIDPairHandler. writeIndexEntry(Context context, ByteArrayBuffer reader, java.lang.Object obj)
-
Uses of Context in com.db4o.internal.marshall
Subinterfaces of Context in com.db4o.internal.marshall Modifier and Type Interface Description interface
HandlerVersionContext
interface
InternalReadContext
interface
ObjectIdContext
Classes in com.db4o.internal.marshall that implement Context Modifier and Type Class Description class
AbstractReadContext
class
CollectIdContext
class
MarshallingContext
class
ObjectHeaderContext
class
ObjectIdContextImpl
class
ObjectReferenceContext
class
QueryingReadContext
class
UnmarshallingContext
Wraps the low-level details of reading a Buffer, which in turn is a glorified byte array. -
Uses of Context in com.db4o.marshall
Subinterfaces of Context in com.db4o.marshall Modifier and Type Interface Description interface
BufferContext
interface
ReadContext
this interface is passed to internal classTypeHandler4
when instantiating objects.interface
ReferenceActivationContext
this interface is passed to reference type handlers.interface
WriteContext
this interface is passed to internal classTypeHandler4
during marshaling and provides methods to marshal objects. -
Uses of Context in com.db4o.typehandlers
Subinterfaces of Context in com.db4o.typehandlers Modifier and Type Interface Description interface
ActivationContext
Methods in com.db4o.typehandlers with parameters of type Context Modifier and Type Method Description PreparedComparison
CollectionTypeHandler. prepareComparison(Context context, java.lang.Object obj)
PreparedComparison
HashtableTypeHandler. prepareComparison(Context context, java.lang.Object obj)
PreparedComparison
IgnoreFieldsTypeHandler. prepareComparison(Context context, java.lang.Object obj)
PreparedComparison
MapTypeHandler. prepareComparison(Context context, java.lang.Object obj)
PreparedComparison
VectorTypeHandler. prepareComparison(Context context, java.lang.Object obj)
-