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 class
PersistenceTypeHandlerProviderCreating<M>
class
PersistenceTypeHandlerProviderFailing<M>
Trivial implementation that throws aPersistenceExceptionTypeNotPersistable
for 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 interface
PersistenceTypeHandlerProvider<M>
Classes in one.microstream.persistence.types that implement PersistenceTypeHandlerEnsurer Modifier and Type Class Description static class
PersistenceTypeHandlerEnsurer.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 F
PersistenceFoundation.Default. setTypeHandlerCreatorLookup(PersistenceTypeHandlerEnsurer<M> typeHandlerCreatorLookup)
F
PersistenceFoundation. setTypeHandlerCreatorLookup(PersistenceTypeHandlerEnsurer<M> typeHandlerCreatorLookup)
-