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 classAbstractBinaryLegacyTypeHandlerTranslating<T> -
Uses of PersistenceLegacyTypeHandler in one.microstream.persistence.binary.types
Subinterfaces of PersistenceLegacyTypeHandler in one.microstream.persistence.binary.types Modifier and Type Interface Description interfaceBinaryLegacyTypeHandler<T>Classes in one.microstream.persistence.binary.types that implement PersistenceLegacyTypeHandler Modifier and Type Class Description classAbstractBinaryLegacyTypeHandlerReflective<T>static classBinaryLegacyTypeHandler.Abstract<T>static classBinaryLegacyTypeHandler.AbstractCustom<T>classBinaryLegacyTypeHandlerGenericEnum<T>classBinaryLegacyTypeHandlerGenericEnumMapped<T>classBinaryLegacyTypeHandlerGenericType<T>classBinaryLegacyTypeHandlerRerouting<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 interfacePersistenceUnreachableTypeHandler<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 classPersistenceLegacyTypeHandler.Abstract<M,T>classPersistenceLegacyTypeHandlerWrapper<M,T>classPersistenceLegacyTypeHandlerWrapperEnum<M,T>static classPersistenceUnreachableTypeHandler.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> booleanPersistenceCustomTypeHandlerRegistry.Default. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<M,T> legacyTypeHandler)<T> booleanPersistenceCustomTypeHandlerRegistry. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<M,T> legacyTypeHandler)booleanPersistenceTypeHandlerManager.Default. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<M,?> legacyTypeHandler)booleanPersistenceTypeHandlerRegistry.Default. registerLegacyTypeHandler(PersistenceLegacyTypeHandler<M,?> legacyTypeHandler)booleanPersistenceTypeHandlerRegistry. 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)
-