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