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>
-
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<M,?>>>
CPersistenceTypeHandlerProviderCreating. iterateLegacyTypeHandlers(C iterator)
<C extends Consumer<? super PersistenceLegacyTypeHandler<M,?>>>
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<M,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<M,T>
class
PersistenceLegacyTypeHandlerWrapper<M,T>
class
PersistenceLegacyTypeHandlerWrapperEnum<M,T>
static class
PersistenceUnreachableTypeHandler.Default<M,T>
Methods in one.microstream.persistence.types with type parameters of type PersistenceLegacyTypeHandler Modifier and Type Method Description <C extends Consumer<? super PersistenceLegacyTypeHandler<M,?>>>
CPersistenceCustomTypeHandlerRegistry.Default. iterateLegacyTypeHandlers(C iterator)
<C extends Consumer<? super PersistenceLegacyTypeHandler<M,?>>>
CPersistenceTypeHandlerEnsurer.Default. iterateLegacyTypeHandlers(C iterator)
<C extends Consumer<? super PersistenceLegacyTypeHandler<M,?>>>
CPersistenceTypeHandlerIterable. iterateLegacyTypeHandlers(C iterator)
<C extends Consumer<? super PersistenceLegacyTypeHandler<M,?>>>
CPersistenceTypeHandlerManager.Default. iterateLegacyTypeHandlers(C iterator)
<C extends Consumer<? super PersistenceLegacyTypeHandler<M,?>>>
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<M,?>>
PersistenceCustomTypeHandlerRegistry.Default. legacyTypeHandlers()
XGettingEnum<PersistenceLegacyTypeHandler<M,?>>
PersistenceCustomTypeHandlerRegistry. legacyTypeHandlers()
Methods in one.microstream.persistence.types with parameters of type PersistenceLegacyTypeHandler Modifier and Type Method Description <T> boolean
PersistenceCustomTypeHandlerRegistry.Default. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<M,T> legacyTypeHandler)
<T> boolean
PersistenceCustomTypeHandlerRegistry. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<M,T> legacyTypeHandler)
boolean
PersistenceTypeHandlerManager.Default. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<M,?> legacyTypeHandler)
boolean
PersistenceTypeHandlerRegistry.Default. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<M,?> legacyTypeHandler)
boolean
PersistenceTypeHandlerRegistry. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<M,?> legacyTypeHandler)
static <T,M>
TPersistenceLegacyTypeHandler. resolveEnumConstant(PersistenceLegacyTypeHandler<M,T> typeHandler, M medium, Integer[] ordinalMap)
Method parameters in one.microstream.persistence.types with type arguments of type PersistenceLegacyTypeHandler Modifier and Type Method Description PersistenceCustomTypeHandlerRegistry<M>
PersistenceCustomTypeHandlerRegistry.Default. registerLegacyTypeHandlers(XGettingCollection<? extends PersistenceLegacyTypeHandler<M,?>> legacyTypeHandlers)
PersistenceCustomTypeHandlerRegistry<M>
PersistenceCustomTypeHandlerRegistry. registerLegacyTypeHandlers(XGettingCollection<? extends PersistenceLegacyTypeHandler<M,?>> legacyTypeHandlers)
-