Uses of Interface
one.microstream.persistence.types.PersistenceLegacyTypeMappingResultor
-
Packages that use PersistenceLegacyTypeMappingResultor Package Description one.microstream.persistence.internal one.microstream.persistence.types -
-
Uses of PersistenceLegacyTypeMappingResultor in one.microstream.persistence.internal
Classes in one.microstream.persistence.internal that implement PersistenceLegacyTypeMappingResultor Modifier and Type Class Description class
InquiringLegacyTypeMappingResultor<M>
class
PrintingLegacyTypeMappingResultor<M>
Methods in one.microstream.persistence.internal with parameters of type PersistenceLegacyTypeMappingResultor Modifier and Type Method Description static <M> InquiringLegacyTypeMappingResultor<M>
InquiringLegacyTypeMappingResultor. New(PersistenceLegacyTypeMappingResultor<M> delegate)
static <M> InquiringLegacyTypeMappingResultor<M>
InquiringLegacyTypeMappingResultor. New(PersistenceLegacyTypeMappingResultor<M> delegate, double minimumSimilarityThreshold)
static <M> PrintingLegacyTypeMappingResultor<M>
PrintingLegacyTypeMappingResultor. New(PersistenceLegacyTypeMappingResultor<M> delegate)
-
Uses of PersistenceLegacyTypeMappingResultor in one.microstream.persistence.types
Classes in one.microstream.persistence.types that implement PersistenceLegacyTypeMappingResultor Modifier and Type Class Description static class
PersistenceLegacyTypeMappingResultor.Default<M>
Methods in one.microstream.persistence.types that return PersistenceLegacyTypeMappingResultor Modifier and Type Method Description PersistenceLegacyTypeMappingResultor<M>
PersistenceFoundation.Default. getLegacyTypeMappingResultor()
PersistenceLegacyTypeMappingResultor<M>
PersistenceFoundation. getLegacyTypeMappingResultor()
static <M> PersistenceLegacyTypeMappingResultor<M>
PersistenceLegacyTypeMappingResultor. New()
Methods in one.microstream.persistence.types with parameters of type PersistenceLegacyTypeMappingResultor Modifier and Type Method Description static <M> PersistenceLegacyTypeMapper<M>
PersistenceLegacyTypeMapper. New(PersistenceTypeDescriptionResolverProvider typeDescriptionResolverProvider, TypeMappingLookup<Float> typeSimilarity, PersistenceCustomTypeHandlerRegistry<M> customTypeHandlerRegistry, PersistenceMemberMatchingProvider memberMatchingProvider, PersistenceLegacyTypeMappingResultor<M> resultor, PersistenceLegacyTypeHandlerCreator<M> legacyTypeHandlerCreator)
F
PersistenceFoundation.Default. setLegacyTypeMappingResultor(PersistenceLegacyTypeMappingResultor<M> legacyTypeMappingResultor)
F
PersistenceFoundation. setLegacyTypeMappingResultor(PersistenceLegacyTypeMappingResultor<M> legacyTypeMappingResultor)
-