Uses of Interface
cloud.quinimbus.persistence.api.storage.PersistenceSchemaStorage
Packages that use PersistenceSchemaStorage
Package
Description
-
Uses of PersistenceSchemaStorage in cloud.quinimbus.persistence.api
Methods in cloud.quinimbus.persistence.api with type parameters of type PersistenceSchemaStorageModifier and TypeMethodDescription<T extends PersistenceSchemaStorage>
Optional<? extends PersistenceStorageProvider<T>> PersistenceContext.getStorageProvider
(String alias) Get the storage provider registered by the given alias.Methods in cloud.quinimbus.persistence.api that return PersistenceSchemaStorageModifier and TypeMethodDescriptionPersistenceContext.setInMemorySchemaStorage
(String id) PersistenceContext.setSchemaStorage
(String id, PersistenceSchemaStorage storage) Methods in cloud.quinimbus.persistence.api that return types with arguments of type PersistenceSchemaStorageMethods in cloud.quinimbus.persistence.api with parameters of type PersistenceSchemaStorageModifier and TypeMethodDescriptionPersistenceContext.setSchemaStorage
(String id, PersistenceSchemaStorage storage) void
PersistenceContext.upgradeSchema
(PersistenceSchemaStorage storage) -
Uses of PersistenceSchemaStorage in cloud.quinimbus.persistence.api.storage
Classes in cloud.quinimbus.persistence.api.storage with type parameters of type PersistenceSchemaStorageModifier and TypeInterfaceDescriptioninterface
-
Uses of PersistenceSchemaStorage in cloud.quinimbus.persistence.common.storage
Classes in cloud.quinimbus.persistence.common.storage that implement PersistenceSchemaStorageConstructors in cloud.quinimbus.persistence.common.storage with parameters of type PersistenceSchemaStorageModifierConstructorDescription -
Uses of PersistenceSchemaStorage in cloud.quinimbus.persistence.storage.mongo
Classes in cloud.quinimbus.persistence.storage.mongo that implement PersistenceSchemaStorage