Uses of Interface
one.microstream.persistence.types.PersistenceLegacyTypeHandler
-
Uses of PersistenceLegacyTypeHandler in one.microstream.persistence.binary.internal
Classes in one.microstream.persistence.binary.internal that implement PersistenceLegacyTypeHandler Modifier and Type Class Description class
AbstractBinaryLegacyTypeHandlerTranslating<T>
-
Uses of PersistenceLegacyTypeHandler in one.microstream.persistence.binary.types
Subinterfaces of PersistenceLegacyTypeHandler in one.microstream.persistence.binary.types Modifier and Type Interface Description interface
BinaryLegacyTypeHandler<T>
Classes in one.microstream.persistence.binary.types that implement PersistenceLegacyTypeHandler Modifier and Type Class Description class
AbstractBinaryLegacyTypeHandlerReflective<T>
static class
BinaryLegacyTypeHandler.Abstract<T>
static class
BinaryLegacyTypeHandler.AbstractCustom<T>
class
BinaryLegacyTypeHandlerGenericEnum<T>
class
BinaryLegacyTypeHandlerGenericEnumMapped<T>
class
BinaryLegacyTypeHandlerGenericType<T>
class
BinaryLegacyTypeHandlerRerouting<T>
Methods in one.microstream.persistence.binary.types that return PersistenceLegacyTypeHandler Modifier and Type Method Description protected <T> PersistenceLegacyTypeHandler<Binary,T>
BinaryLegacyTypeHandlerCreator.Default. deriveCustomWrappingHandler(PersistenceLegacyTypeMappingResult<Binary,T> mappingResult)
protected <T> PersistenceLegacyTypeHandler<Binary,T>
BinaryLegacyTypeHandlerCreator.Default. deriveCustomWrappingHandlerEnum(PersistenceLegacyTypeMappingResult<Binary,T> mappingResult, BinaryLegacyTypeHandlerRerouting<T> reroutingTypeHandler)
-
Uses of PersistenceLegacyTypeHandler in one.microstream.persistence.internal
Methods in one.microstream.persistence.internal with type parameters of type PersistenceLegacyTypeHandler Modifier and Type Method Description <C extends Consumer<? super PersistenceLegacyTypeHandler<D, ?>>>
CPersistenceTypeHandlerProviderCreating. iterateLegacyTypeHandlers(C iterator)
<C extends Consumer<? super PersistenceLegacyTypeHandler<D, ?>>>
CPersistenceTypeHandlerProviderFailing. iterateLegacyTypeHandlers(C iterator)
-
Uses of PersistenceLegacyTypeHandler in one.microstream.persistence.types
Subinterfaces of PersistenceLegacyTypeHandler in one.microstream.persistence.types Modifier and Type Interface Description interface
PersistenceUnreachableTypeHandler<D,T>
This is, of course, not a handler that is unreachable, but a handler for a type whose instances are (decided by the developer) no longer reachable in the entity graph, despite potentially still being present in a live database, but not having been cleaned up, yet.Classes in one.microstream.persistence.types that implement PersistenceLegacyTypeHandler Modifier and Type Class Description static class
PersistenceLegacyTypeHandler.Abstract<D,T>
class
PersistenceLegacyTypeHandlerWrapper<D,T>
class
PersistenceLegacyTypeHandlerWrapperEnum<D,T>
static class
PersistenceUnreachableTypeHandler.Default<D,T>
Methods in one.microstream.persistence.types with type parameters of type PersistenceLegacyTypeHandler Modifier and Type Method Description <C extends Consumer<? super PersistenceLegacyTypeHandler<D, ?>>>
CPersistenceCustomTypeHandlerRegistry.Default. iterateLegacyTypeHandlers(C iterator)
<C extends Consumer<? super PersistenceLegacyTypeHandler<D, ?>>>
CPersistenceTypeHandlerEnsurer.Default. iterateLegacyTypeHandlers(C iterator)
<C extends Consumer<? super PersistenceLegacyTypeHandler<D, ?>>>
CPersistenceTypeHandlerIterable. iterateLegacyTypeHandlers(C iterator)
<C extends Consumer<? super PersistenceLegacyTypeHandler<D, ?>>>
CPersistenceTypeHandlerManager.Default. iterateLegacyTypeHandlers(C iterator)
<C extends Consumer<? super PersistenceLegacyTypeHandler<D, ?>>>
CPersistenceTypeHandlerRegistry.Default. iterateLegacyTypeHandlers(C iterator)
Methods in one.microstream.persistence.types that return types with arguments of type PersistenceLegacyTypeHandler Modifier and Type Method Description XGettingEnum<PersistenceLegacyTypeHandler<D,?>>
PersistenceCustomTypeHandlerRegistry.Default. legacyTypeHandlers()
XGettingEnum<PersistenceLegacyTypeHandler<D,?>>
PersistenceCustomTypeHandlerRegistry. legacyTypeHandlers()
Methods in one.microstream.persistence.types with parameters of type PersistenceLegacyTypeHandler Modifier and Type Method Description <T> boolean
PersistenceCustomTypeHandlerRegistry.Default. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<D,T> legacyTypeHandler)
<T> boolean
PersistenceCustomTypeHandlerRegistry. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<D,T> legacyTypeHandler)
boolean
PersistenceTypeHandlerManager.Default. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<D,?> legacyTypeHandler)
boolean
PersistenceTypeHandlerRegistry.Default. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<D,?> legacyTypeHandler)
boolean
PersistenceTypeHandlerRegistry. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<D,?> legacyTypeHandler)
static <T, D> T
PersistenceLegacyTypeHandler. resolveEnumConstant(PersistenceLegacyTypeHandler<D,T> typeHandler, D data, Integer[] ordinalMap)
Method parameters in one.microstream.persistence.types with type arguments of type PersistenceLegacyTypeHandler Modifier and Type Method Description PersistenceCustomTypeHandlerRegistry<D>
PersistenceCustomTypeHandlerRegistry.Default. registerLegacyTypeHandlers(XGettingCollection<? extends PersistenceLegacyTypeHandler<D,?>> legacyTypeHandlers)
PersistenceCustomTypeHandlerRegistry<D>
PersistenceCustomTypeHandlerRegistry. registerLegacyTypeHandlers(XGettingCollection<? extends PersistenceLegacyTypeHandler<D,?>> legacyTypeHandlers)
-
Uses of PersistenceLegacyTypeHandler in one.microstream.storage.restadapter.types
Methods in one.microstream.storage.restadapter.types with type parameters of type PersistenceLegacyTypeHandler Modifier and Type Method Description <C extends Consumer<? super PersistenceLegacyTypeHandler<Binary, ?>>>
CViewerBinaryTypeHandlerManager. iterateLegacyTypeHandlers(C iterator)
Methods in one.microstream.storage.restadapter.types with parameters of type PersistenceLegacyTypeHandler Modifier and Type Method Description boolean
ViewerBinaryTypeHandlerManager. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<Binary,?> legacyTypeHandler)