Uses of Interface
one.microstream.persistence.types.PersistenceLegacyTypeHandlerCreator
Package | Description |
---|---|
one.microstream.persistence.binary.types | |
one.microstream.persistence.types |
-
Uses of PersistenceLegacyTypeHandlerCreator in one.microstream.persistence.binary.types
Subinterfaces of PersistenceLegacyTypeHandlerCreator in one.microstream.persistence.binary.types Modifier and Type Interface Description interface
BinaryLegacyTypeHandlerCreator
Classes in one.microstream.persistence.binary.types that implement PersistenceLegacyTypeHandlerCreator Modifier and Type Class Description static class
BinaryLegacyTypeHandlerCreator.Default
-
Uses of PersistenceLegacyTypeHandlerCreator in one.microstream.persistence.types
Classes in one.microstream.persistence.types that implement PersistenceLegacyTypeHandlerCreator Modifier and Type Class Description static class
PersistenceLegacyTypeHandlerCreator.Abstract<D>
Methods in one.microstream.persistence.types that return PersistenceLegacyTypeHandlerCreator Modifier and Type Method Description PersistenceLegacyTypeHandlerCreator<D>
PersistenceFoundation.Default. getLegacyTypeHandlerCreator()
PersistenceLegacyTypeHandlerCreator<D>
PersistenceFoundation. getLegacyTypeHandlerCreator()
Methods in one.microstream.persistence.types with parameters of type PersistenceLegacyTypeHandlerCreator Modifier and Type Method Description static <D> PersistenceLegacyTypeMapper<D>
PersistenceLegacyTypeMapper. New(PersistenceTypeDescriptionResolverProvider typeDescriptionResolverProvider, TypeMappingLookup<Float> typeSimilarity, PersistenceCustomTypeHandlerRegistry<D> customTypeHandlerRegistry, PersistenceMemberMatchingProvider memberMatchingProvider, PersistenceLegacyTypeMappingResultor<D> resultor, PersistenceLegacyTypeHandlerCreator<D> legacyTypeHandlerCreator)
F
PersistenceFoundation.Default. setLegacyTypeHandlerCreator(PersistenceLegacyTypeHandlerCreator<D> legacyTypeHandlerCreator)
F
PersistenceFoundation. setLegacyTypeHandlerCreator(PersistenceLegacyTypeHandlerCreator<D> legacyTypeHandlerCreator)