Uses of Class
com.db4o.internal.marshall.QueryingReadContext
-
-
Uses of QueryingReadContext in com.db4o.internal
Methods in com.db4o.internal with parameters of type QueryingReadContext Modifier and Type Method Description static TypeHandler4
Handlers4. arrayElementHandler(TypeHandler4 handler, QueryingReadContext queryingReadContext)
void
ClassMetadata. collectIDs(QueryingReadContext context)
static void
Handlers4. collectIDs(QueryingReadContext context, TypeHandler4 typeHandler)
void
OpenTypeHandler. collectIDs(QueryingReadContext readContext)
TypeHandler4
ClassMetadata. readCandidateHandler(QueryingReadContext context)
TypeHandler4
OpenTypeHandler. readCandidateHandler(QueryingReadContext context)
TypeHandler4
PrimitiveTypeMetadata. readCandidateHandler(QueryingReadContext context)
TypeHandler4
ClassMetadata. seekCandidateHandler(QueryingReadContext context)
-
Uses of QueryingReadContext in com.db4o.internal.collections
Methods in com.db4o.internal.collections with parameters of type QueryingReadContext Modifier and Type Method Description void
BigSetTypeHandler. collectIDs(QueryingReadContext context)
TypeHandler4
BigSetTypeHandler. readCandidateHandler(QueryingReadContext context)
-
Uses of QueryingReadContext in com.db4o.internal.handlers
Methods in com.db4o.internal.handlers with parameters of type QueryingReadContext Modifier and Type Method Description void
NullFieldAwareTypeHandler. collectIDs(QueryingReadContext context)
void
StandardReferenceTypeHandler. collectIDs(QueryingReadContext context)
TypeHandler4
NullFieldAwareTypeHandler. readCandidateHandler(QueryingReadContext context)
TypeHandler4
StandardReferenceTypeHandler. readCandidateHandler(QueryingReadContext context)
-
Uses of QueryingReadContext in com.db4o.internal.handlers.array
Methods in com.db4o.internal.handlers.array with parameters of type QueryingReadContext Modifier and Type Method Description void
ArrayHandler. collectIDs(QueryingReadContext context)
TypeHandler4
ArrayHandler. readCandidateHandler(QueryingReadContext context)
-
Uses of QueryingReadContext in com.db4o.internal.handlers.versions
Methods in com.db4o.internal.handlers.versions with parameters of type QueryingReadContext Modifier and Type Method Description TypeHandler4
OpenTypeHandler0. readCandidateHandler(QueryingReadContext context)
-
Uses of QueryingReadContext in com.db4o.internal.query.processor
Methods in com.db4o.internal.query.processor with parameters of type QueryingReadContext Modifier and Type Method Description InternalCandidate
QCandidates. readSubCandidate(QueryingReadContext context, TypeHandler4 handler)
-
Uses of QueryingReadContext in com.db4o.typehandlers
Methods in com.db4o.typehandlers with parameters of type QueryingReadContext Modifier and Type Method Description void
CascadingTypeHandler. collectIDs(QueryingReadContext context)
will be called during querying to ask for IDs of member objects of the handled object.void
CollectionTypeHandler. collectIDs(QueryingReadContext context)
void
HashtableTypeHandler. collectIDs(QueryingReadContext context)
void
IgnoreFieldsTypeHandler. collectIDs(QueryingReadContext context)
void
MapTypeHandler. collectIDs(QueryingReadContext context)
void
VectorTypeHandler. collectIDs(QueryingReadContext context)
TypeHandler4
CascadingTypeHandler. readCandidateHandler(QueryingReadContext context)
will be called during querying to ask for the handler to be used to collect children of the handled objectTypeHandler4
CollectionTypeHandler. readCandidateHandler(QueryingReadContext context)
TypeHandler4
HashtableTypeHandler. readCandidateHandler(QueryingReadContext context)
TypeHandler4
IgnoreFieldsTypeHandler. readCandidateHandler(QueryingReadContext context)
TypeHandler4
MapTypeHandler. readCandidateHandler(QueryingReadContext context)
TypeHandler4
VectorTypeHandler. readCandidateHandler(QueryingReadContext context)
-
Uses of QueryingReadContext in com.db4o.typehandlers.internal
Methods in com.db4o.typehandlers.internal with parameters of type QueryingReadContext Modifier and Type Method Description void
UnmodifiableListTypeHandler. collectIDs(QueryingReadContext context)
TypeHandler4
UnmodifiableListTypeHandler. readCandidateHandler(QueryingReadContext context)
-