Uses of Interface
one.microstream.persistence.types.PersistenceTypeManager
-
Packages that use PersistenceTypeManager Package Description one.microstream.persistence.internal one.microstream.persistence.types one.microstream.storage.types -
-
Uses of PersistenceTypeManager in one.microstream.persistence.internal
Classes in one.microstream.persistence.internal that implement PersistenceTypeManager 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 PersistenceTypeManager Modifier and Type Method Description static <M> PersistenceTypeHandlerProviderCreating<M>PersistenceTypeHandlerProviderCreating. New(PersistenceTypeManager typeManager, PersistenceTypeHandlerEnsurer<M> typeHandlerEnsurer) -
Uses of PersistenceTypeManager in one.microstream.persistence.types
Subinterfaces of PersistenceTypeManager in one.microstream.persistence.types Modifier and Type Interface Description interfacePersistenceTypeHandlerManager<M>interfacePersistenceTypeHandlerProvider<M>Classes in one.microstream.persistence.types that implement PersistenceTypeManager Modifier and Type Class Description static classPersistenceTypeHandlerManager.Default<M>static classPersistenceTypeManager.DefaultMethods in one.microstream.persistence.types that return PersistenceTypeManager Modifier and Type Method Description PersistenceTypeManagerPersistenceFoundation.Default. getTypeManager()PersistenceTypeManagerPersistenceFoundation. getTypeManager()Methods in one.microstream.persistence.types with parameters of type PersistenceTypeManager Modifier and Type Method Description FPersistenceFoundation.Default. setTypeManager(PersistenceTypeManager typeManager)FPersistenceFoundation. setTypeManager(PersistenceTypeManager typeManager) -
Uses of PersistenceTypeManager in one.microstream.storage.types
Methods in one.microstream.storage.types with parameters of type PersistenceTypeManager Modifier and Type Method Description voidEmbeddedStorageRootTypeIdProvider.Default. initialize(PersistenceTypeManager typeIdResolver)voidEmbeddedStorageRootTypeIdProvider. initialize(PersistenceTypeManager typeIdResolver)
-