Uses of Interface
one.microstream.persistence.types.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<D>
class
PersistenceTypeHandlerProviderFailing<D>
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 <D> PersistenceTypeHandlerProviderCreating<D>
PersistenceTypeHandlerProviderCreating. New(Class<D> dataType, 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 interface
PersistenceTypeHandlerProvider<D>
Classes in one.microstream.persistence.types that implement PersistenceTypeHandlerEnsurer Modifier and Type Class Description static class
PersistenceTypeHandlerEnsurer.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 F
PersistenceFoundation.Default. setTypeHandlerCreatorLookup(PersistenceTypeHandlerEnsurer<D> typeHandlerCreatorLookup)
F
PersistenceFoundation. setTypeHandlerCreatorLookup(PersistenceTypeHandlerEnsurer<D> typeHandlerCreatorLookup)