Uses of Interface
one.microstream.persistence.types.PersistenceTypeHandlerEnsurer
-
Packages that use PersistenceTypeHandlerEnsurer Package Description one.microstream.persistence.internal one.microstream.persistence.types -
-
Uses of PersistenceTypeHandlerEnsurer in one.microstream.persistence.internal
Classes in one.microstream.persistence.internal that implement PersistenceTypeHandlerEnsurer Modifier and Type Class Description classPersistenceTypeHandlerProviderCreating<D>classPersistenceTypeHandlerProviderFailing<D>Trivial implementation that throws aPersistenceExceptionTypeNotPersistablefor every type.Methods in one.microstream.persistence.internal with parameters of type PersistenceTypeHandlerEnsurer Modifier and Type Method Description static <D> PersistenceTypeHandlerProviderCreating<D>PersistenceTypeHandlerProviderCreating. New(PersistenceTypeManager typeManager, PersistenceTypeHandlerEnsurer<D> typeHandlerEnsurer) -
Uses of PersistenceTypeHandlerEnsurer in one.microstream.persistence.types
Subinterfaces of PersistenceTypeHandlerEnsurer in one.microstream.persistence.types Modifier and Type Interface Description interfacePersistenceTypeHandlerProvider<D>Classes in one.microstream.persistence.types that implement PersistenceTypeHandlerEnsurer Modifier and Type Class Description static classPersistenceTypeHandlerEnsurer.Default<D>Methods in one.microstream.persistence.types that return PersistenceTypeHandlerEnsurer Modifier and Type Method Description PersistenceTypeHandlerEnsurer<D>PersistenceFoundation.Default. getTypeHandlerEnsurer()PersistenceTypeHandlerEnsurer<D>PersistenceFoundation. getTypeHandlerEnsurer()Methods in one.microstream.persistence.types with parameters of type PersistenceTypeHandlerEnsurer Modifier and Type Method Description FPersistenceFoundation.Default. setTypeHandlerCreatorLookup(PersistenceTypeHandlerEnsurer<D> typeHandlerCreatorLookup)FPersistenceFoundation. setTypeHandlerCreatorLookup(PersistenceTypeHandlerEnsurer<D> typeHandlerCreatorLookup)
-