Uses of Interface
com.db4o.typehandlers.TypeHandler4
- 
- 
Uses of TypeHandler4 in com.db4o.configMethods in com.db4o.config with parameters of type TypeHandler4 Modifier and Type Method Description voidCommonConfiguration. registerTypeHandler(TypeHandlerPredicate predicate, TypeHandler4 typeHandler)Allows registering special TypeHandlers for customized marshalling and customized comparisons.voidConfiguration. registerTypeHandler(TypeHandlerPredicate predicate, TypeHandler4 typeHandler)allows registering special TypeHandlers for customized marshalling and customized comparisons.
- 
Uses of TypeHandler4 in com.db4o.defragmentMethods in com.db4o.defragment that return TypeHandler4 Modifier and Type Method Description TypeHandler4DefragmentServicesImpl. sourceHandler(int id)
- 
Uses of TypeHandler4 in com.db4o.internalSubinterfaces of TypeHandler4 in com.db4o.internal Modifier and Type Interface Description interfaceBuiltinTypeHandlerinterfaceIndexableTypeHandlerinterfaceVersionedTypeHandlerClasses in com.db4o.internal that implement TypeHandler4 Modifier and Type Class Description classIDHandlerclassInterfaceTypeHandlerclassOpenTypeHandlerFields in com.db4o.internal declared as TypeHandler4 Modifier and Type Field Description protected TypeHandler4ClassMetadata. _typeHandlerFor reference types, _typeHandler always holds a StandardReferenceTypeHandler that will use the _aspects of this class to take care of its business.TypeHandler4TypeHandlerAspect. _typeHandlerTypeHandler4TypeHandlerCloneContext. originalMethods in com.db4o.internal with parameters of type TypeHandler4 Modifier and Type Method Description static voidHandlers4. activate(UnmarshallingContext context, TypeHandler4 handler)static TypeHandler4Handlers4. arrayElementHandler(TypeHandler4 handler, QueryingReadContext queryingReadContext)static TypeHandler4Handlers4. baseTypeHandler(TypeHandler4 handler)static intHandlers4. calculateLinkLength(TypeHandler4 handler)static booleanHandlers4. canLoadFieldByIndex(TypeHandler4 handler)static voidHandlers4. cascadeActivation(ActivationContext context, TypeHandler4 handler)static voidHandlers4. collectIDs(QueryingReadContext context, TypeHandler4 typeHandler)static voidHandlers4. collectIdsInternal(CollectIdContext context, TypeHandler4 handler, int linkLength, boolean doWithSlotIndirection)static TypeHandler4HandlerRegistry. correctHandlerVersion(HandlerVersionContext context, TypeHandler4 handler)static TypeHandler4HandlerRegistry. correctHandlerVersion(HandlerVersionContext context, TypeHandler4 typeHandler, ClassMetadata classMetadata)TypeHandler4HandlerRegistry. correctHandlerVersion(TypeHandler4 handler, int version)TypeHandler4HandlerVersionRegistry. correctHandlerVersion(TypeHandler4 originalHandler, int version)TypeHandler4TypeHandlerCloneContext. correctHandlerVersion(TypeHandler4 typeHandler)voidDefragmentContext. defragment(TypeHandler4 handler)voidDefragmentContextImpl. defragment(TypeHandler4 handler)static FieldAwareTypeHandlerHandlers4. fieldAwareTypeHandler(TypeHandler4 typeHandler)static booleanHandlers4. handleAsObject(TypeHandler4 typeHandler)static booleanHandlers4. handlesArray(TypeHandler4 handler)static booleanHandlers4. handlesClass(TypeHandler4 handler)static booleanHandlers4. handlesMultidimensionalArray(TypeHandler4 handler)static booleanHandlers4. handlesPrimitiveArray(TypeHandler4 typeHandler)static booleanHandlers4. hasClassIndex(TypeHandler4 typeHandler)static booleanHandlers4. holdsValueType(TypeHandler4 handler)static booleanHandlers4. isCascading(TypeHandler4 handler)static booleanHandlers4. isClassAware(TypeHandler4 typeHandler)static booleanHandlers4. isIndirectedIndexed(TypeHandler4 handler)static booleanOpenTypeHandler. isPlainObject(TypeHandler4 typeHandler)static booleanHandlers4. isQueryLeaf(TypeHandler4 handler)static booleanHandlers4. isStandaloneTypeHandler(TypeHandler4 customTypeHandler)static booleanHandlers4. isUntyped(TypeHandler4 handler)static booleanHandlers4. isValueType(TypeHandler4 handler)static booleanHandlers4. isVariableLength(TypeHandler4 handler)protected voidTypeHandlerConfiguration. listTypeHandler(TypeHandler4 listTypeHandler)protected voidTypeHandlerConfiguration. mapTypeHandler(TypeHandler4 mapTypehandler)static java.lang.ObjectHandlers4. nullRepresentationInUntypedArrays(TypeHandler4 handler)static PreparedComparisonHandlers4. prepareComparisonFor(TypeHandler4 handler, Context context, java.lang.Object obj)static ReflectClassHandlers4. primitiveClassReflector(TypeHandler4 handler, Reflector reflector)voidHandlerVersionRegistry. put(TypeHandler4 handler, int version, TypeHandler4 replacement)static java.lang.ObjectHandlers4. readValueType(ReadContext context, TypeHandler4 handler)voidHandlerRegistry. registerHandlerVersion(TypeHandler4 handler, int version, TypeHandler4 replacement)voidConfig4Impl. registerTypeHandler(TypeHandlerPredicate predicate, TypeHandler4 typeHandler)protected voidTypeHandlerConfiguration. registerTypeHandlerFor(java.lang.Class clazz, TypeHandler4 typeHandler)protected voidTypeHandlerConfiguration. registerTypeHandlerFor(java.lang.String className, TypeHandler4 typeHandler)protected voidOpenTypeHandler. seekSecondaryOffset(ReadBuffer buffer, TypeHandler4 typeHandler)static booleanHandlers4. useDedicatedSlot(Context context, TypeHandler4 handler)protected TypeHandler4FieldMetadata. wrapHandlerToArrays(TypeHandler4 handler)static java.lang.ObjectHandlers4. wrapWithTransactionContext(Transaction transaction, java.lang.Object value, TypeHandler4 handler)static voidHandlers4. write(TypeHandler4 handler, WriteContext context, java.lang.Object obj)Constructors in com.db4o.internal with parameters of type TypeHandler4 Constructor Description ObjectTypeMetadata(ObjectContainerBase container, TypeHandler4 handler, int id, ReflectClass classReflector)PreparedArrayContainsComparison(Context context, ArrayHandler arrayHandler, TypeHandler4 typeHandler, java.lang.Object obj)PrimitiveTypeMetadata(ObjectContainerBase container, TypeHandler4 handler, int id, ReflectClass classReflector)TypeHandlerAspect(ClassMetadata classMetadata, TypeHandler4 typeHandler)TypeHandlerCloneContext(HandlerRegistry handlerRegistry_, TypeHandler4 original_, int version_)
- 
Uses of TypeHandler4 in com.db4o.internal.collectionsClasses in com.db4o.internal.collections that implement TypeHandler4 Modifier and Type Class Description classBigSetTypeHandlerMethods in com.db4o.internal.collections that return TypeHandler4 Modifier and Type Method Description TypeHandler4BigSetTypeHandler. readCandidateHandler(QueryingReadContext context)
- 
Uses of TypeHandler4 in com.db4o.internal.configMethods in com.db4o.internal.config with parameters of type TypeHandler4 Modifier and Type Method Description voidCommonConfigurationImpl. registerTypeHandler(TypeHandlerPredicate predicate, TypeHandler4 typeHandler)
- 
Uses of TypeHandler4 in com.db4o.internal.deleteMethods in com.db4o.internal.delete with parameters of type TypeHandler4 Modifier and Type Method Description voidDeleteContext. delete(TypeHandler4 handler)voidDeleteContextImpl. delete(TypeHandler4 handler)
- 
Uses of TypeHandler4 in com.db4o.internal.handlersSubinterfaces of TypeHandler4 in com.db4o.internal.handlers Modifier and Type Interface Description interfaceFieldAwareTypeHandlerinterfaceVariableLengthTypeHandlermarker interface for TypeHandlers where the slot length can change, depending on the object storedClasses in com.db4o.internal.handlers that implement TypeHandler4 Modifier and Type Class Description classBooleanHandlerclassByteHandlerclassCharHandlerclassDateHandlerclassDateHandler0classDateHandlerBaseShared (java/.net) logic for Date handling.classDoubleHandlerclassDoubleHandler0classFloatHandlerclassFloatHandler0classIntHandlerclassIntHandler0classLongHandlerclassLongHandler0classNetTypeHandlerclassNullFieldAwareTypeHandlerclassPlainObjectHandlerTyehandler for naked plain objects (java.lang.Object).classPrimitiveHandlerclassShortHandlerclassShortHandler0classStandardReferenceTypeHandlerclassStandardReferenceTypeHandler0classStringBasedValueTypeHandlerBase<T>classStringBufferHandlerclassStringHandlerclassStringHandler0Fields in com.db4o.internal.handlers declared as TypeHandler4 Modifier and Type Field Description TypeHandler4TypeHandlerPredicatePair. _typeHandlerMethods in com.db4o.internal.handlers that return TypeHandler4 Modifier and Type Method Description TypeHandler4StandardReferenceTypeHandler. delegateTypeHandler(Context context)TypeHandler4NullFieldAwareTypeHandler. readCandidateHandler(QueryingReadContext context)TypeHandler4StandardReferenceTypeHandler. readCandidateHandler(QueryingReadContext context)TypeHandler4NullFieldAwareTypeHandler. unversionedTemplate()TypeHandler4StandardReferenceTypeHandler. unversionedTemplate()Constructors in com.db4o.internal.handlers with parameters of type TypeHandler4 Constructor Description TypeHandlerPredicatePair(TypeHandlerPredicate predicate, TypeHandler4 typeHandler)
- 
Uses of TypeHandler4 in com.db4o.internal.handlers.arrayClasses in com.db4o.internal.handlers.array that implement TypeHandler4 Modifier and Type Class Description classArrayHandlerThis is the latest version, the one that should be used.classArrayHandler0classArrayHandler1classArrayHandler3classArrayHandler5classMultidimensionalArrayHandlern-dimensional arrayclassMultidimensionalArrayHandler0classMultidimensionalArrayHandler3Methods in com.db4o.internal.handlers.array that return TypeHandler4 Modifier and Type Method Description TypeHandler4ArrayHandler. delegateTypeHandler()TypeHandler4ArrayHandler. readCandidateHandler(QueryingReadContext context)TypeHandler4ArrayHandler. unversionedTemplate()TypeHandler4MultidimensionalArrayHandler. unversionedTemplate()Constructors in com.db4o.internal.handlers.array with parameters of type TypeHandler4 Constructor Description ArrayHandler(TypeHandler4 handler, boolean usePrimitiveClassReflector)MultidimensionalArrayHandler(TypeHandler4 a_handler, boolean a_isPrimitive)
- 
Uses of TypeHandler4 in com.db4o.internal.handlers.netClasses in com.db4o.internal.handlers.net that implement TypeHandler4 Modifier and Type Class Description classNetDateTimeclassNetDecimal.NET decimal layout is (bytewise) |M3|M2|M1|M0|M7|M6|M5|M4|M11|M10|M9|M8|S[7]|E[4-0]|X|X| (M=mantissa, E=exponent(negative powers of 10), S=sign, X=unused/unknown)classNetSByteclassNetSimpleTypeHandlerclassNetUIntclassNetULongclassNetUShort
- 
Uses of TypeHandler4 in com.db4o.internal.handlers.versionsClasses in com.db4o.internal.handlers.versions that implement TypeHandler4 Modifier and Type Class Description classOpenTypeHandler0classOpenTypeHandler2classOpenTypeHandler7Methods in com.db4o.internal.handlers.versions that return TypeHandler4 Modifier and Type Method Description TypeHandler4OpenTypeHandler0. readCandidateHandler(QueryingReadContext context)Methods in com.db4o.internal.handlers.versions with parameters of type TypeHandler4 Modifier and Type Method Description protected voidOpenTypeHandler2. seekSecondaryOffset(ReadBuffer buffer, TypeHandler4 typeHandler)
- 
Uses of TypeHandler4 in com.db4o.internal.marshallMethods in com.db4o.internal.marshall with parameters of type TypeHandler4 Modifier and Type Method Description voidMarshallingContext. createIndirectionWithinSlot(TypeHandler4 handler)java.lang.ObjectSlotFormat. doWithSlotIndirection(ReadBuffer buffer, TypeHandler4 typeHandler, Closure4 closure)abstract booleanSlotFormat. isIndirectedWithinSlot(TypeHandler4 handler)booleanSlotFormat0. isIndirectedWithinSlot(TypeHandler4 handler)booleanSlotFormat2. isIndirectedWithinSlot(TypeHandler4 handler)booleanSlotFormatCurrent. isIndirectedWithinSlot(TypeHandler4 handler)java.lang.ObjectAbstractReadContext. read(TypeHandler4 handlerType)java.lang.ObjectInternalReadContext. read(TypeHandler4 handler)java.lang.ObjectAbstractReadContext. readAtCurrentSeekPosition(TypeHandler4 handler)java.lang.ObjectInternalReadContext. readAtCurrentSeekPosition(TypeHandler4 handler)java.lang.ObjectUnmarshallingContext. readFullyActivatedObjectForKeys(TypeHandler4 handler)voidQueryingReadContext. readId(TypeHandler4 handler)java.lang.ObjectAbstractReadContext. readObject(TypeHandler4 handlerType)voidQueryingReadContext. skipId(TypeHandler4 handler)voidMarshallingContext. writeObject(TypeHandler4 handler, java.lang.Object obj)voidMarshallingContext. writeObjectWithCurrentState(TypeHandler4 handler, java.lang.Object obj)
- 
Uses of TypeHandler4 in com.db4o.internal.query.processorMethods in com.db4o.internal.query.processor with parameters of type TypeHandler4 Modifier and Type Method Description InternalCandidateQCandidates. readSubCandidate(QueryingReadContext context, TypeHandler4 handler)
- 
Uses of TypeHandler4 in com.db4o.marshallMethods in com.db4o.marshall with parameters of type TypeHandler4 Modifier and Type Method Description java.lang.ObjectReadContext. readObject(TypeHandler4 handler)reads sub-objects, in cases where theTypeHandler4is known.voidWriteContext. writeObject(TypeHandler4 handler, java.lang.Object obj)writes sub-objects, in cases where theTypeHandler4is known.
- 
Uses of TypeHandler4 in com.db4o.typehandlersSubinterfaces of TypeHandler4 in com.db4o.typehandlers Modifier and Type Interface Description interfaceCascadingTypeHandlerTypeHandler for objects with members.interfaceInstantiatingTypeHandlerinterfaceQueryableTypeHandlerinterfaceReferenceTypeHandlerinterfaceTypeFamilyTypeHandlerinterfaceValueTypeHandlerClasses in com.db4o.typehandlers that implement TypeHandler4 Modifier and Type Class Description classCollectionTypeHandlerTypeHandler for Collections.classHashtableTypeHandlerTypehandler for java.util.HashtableclassIgnoreFieldsTypeHandlerTypehandler that ignores all fields on a classclassMapTypeHandlerTypehandler for classes that implement java.util.Map.classVectorTypeHandlerTypeHandler for java.util.Vector for JDKs without the collection framework.Fields in com.db4o.typehandlers declared as TypeHandler4 Modifier and Type Field Description static TypeHandler4IgnoreFieldsTypeHandler. INSTANCEMethods in com.db4o.typehandlers that return TypeHandler4 Modifier and Type Method Description TypeHandler4CascadingTypeHandler. readCandidateHandler(QueryingReadContext context)will be called during querying to ask for the handler to be used to collect children of the handled objectTypeHandler4CollectionTypeHandler. readCandidateHandler(QueryingReadContext context)TypeHandler4HashtableTypeHandler. readCandidateHandler(QueryingReadContext context)TypeHandler4IgnoreFieldsTypeHandler. readCandidateHandler(QueryingReadContext context)TypeHandler4MapTypeHandler. readCandidateHandler(QueryingReadContext context)TypeHandler4VectorTypeHandler. readCandidateHandler(QueryingReadContext context)
- 
Uses of TypeHandler4 in com.db4o.typehandlers.internalClasses in com.db4o.typehandlers.internal that implement TypeHandler4 Modifier and Type Class Description classTreeSetTypeHandlerclassUnmodifiableListTypeHandlerFields in com.db4o.typehandlers.internal declared as TypeHandler4 Modifier and Type Field Description TypeHandler4KeyValueHandlerPair. _keyHandlerTypeHandler4KeyValueHandlerPair. _valueHandlerMethods in com.db4o.typehandlers.internal that return TypeHandler4 Modifier and Type Method Description TypeHandler4UnmodifiableListTypeHandler. readCandidateHandler(QueryingReadContext context)Constructors in com.db4o.typehandlers.internal with parameters of type TypeHandler4 Constructor Description KeyValueHandlerPair(TypeHandler4 keyHandler, TypeHandler4 valueHandler)
 
-