Uses of Class
cloud.quinimbus.persistence.api.PersistenceException
Packages that use PersistenceException
Package
Description
-
Uses of PersistenceException in cloud.quinimbus.persistence.api
Methods in cloud.quinimbus.persistence.api that throw PersistenceExceptionModifier and TypeMethodDescriptionvoidPersistenceContext.upgradeSchema(PersistenceSchemaStorage storage) -
Uses of PersistenceException in cloud.quinimbus.persistence.api.entity
Subclasses of PersistenceException in cloud.quinimbus.persistence.api.entity -
Uses of PersistenceException in cloud.quinimbus.persistence.api.storage
Methods in cloud.quinimbus.persistence.api.storage that return types with arguments of type PersistenceExceptionModifier and TypeMethodDescription<K> name.falgout.jeffrey.throwing.stream.ThrowingStream<Entity<K>, PersistenceException> PersistenceSchemaStorage.findAll(EntityType type) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<K, PersistenceException> PersistenceSchemaStorage.findAllIDs(EntityType type) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<Entity<K>, PersistenceException> PersistenceSchemaStorage.findFiltered(EntityType type, Set<? extends PropertyFilter> propertyFilters) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<K, PersistenceException> PersistenceSchemaStorage.findIDsFiltered(EntityType type, Set<? extends PropertyFilter> propertyFilters) Methods in cloud.quinimbus.persistence.api.storage that throw PersistenceExceptionModifier and TypeMethodDescriptionPersistenceStorageProvider.createSchema(PersistenceContext context, cloud.quinimbus.config.api.ConfigNode config) PersistenceStorageProvider.createSchema(PersistenceContext context, Map<String, Object> params) PersistenceSchemaStorage.find(EntityType type, K id) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<Entity<K>, PersistenceException> PersistenceSchemaStorage.findAll(EntityType type) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<K, PersistenceException> PersistenceSchemaStorage.findAllIDs(EntityType type) PersistenceSchemaStorage.getSchemaMetadata()voidPersistenceSchemaStorage.increaseSchemaVersion(Long version) <K> voidPersistenceSchemaStorage.remove(EntityType type, K id) default voidPersistenceSchemaStorageMigrator.runEntityTypeMigration(EntityType entityType, EntityTypeMigration migration, List<String> path) voidPersistenceSchemaStorageMigrator.runPropertyAddMigration(EntityType entityType, PropertyAddMigrationType pamt, List<String> path) voidPersistenceSchemaStorageMigrator.runPropertyValueMappingMigrationType(EntityType entityType, PropertyValueMappingMigrationType pvmmt, List<String> path) <K> void -
Uses of PersistenceException in cloud.quinimbus.persistence.cdi
Methods in cloud.quinimbus.persistence.cdi that throw PersistenceException -
Uses of PersistenceException in cloud.quinimbus.persistence.common.filter
Methods in cloud.quinimbus.persistence.common.filter that throw PersistenceExceptionModifier and TypeMethodDescriptionstatic <R extends Record>
Set<? extends PropertyFilter> FilterFactory.fromRecord(R record) -
Uses of PersistenceException in cloud.quinimbus.persistence.common.storage
Methods in cloud.quinimbus.persistence.common.storage that return types with arguments of type PersistenceExceptionModifier and TypeMethodDescription<K> name.falgout.jeffrey.throwing.stream.ThrowingStream<Entity<K>, PersistenceException> PersistenceSchemaStorageDelegate.findAll(EntityType type) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<K, PersistenceException> PersistenceSchemaStorageDelegate.findAllIDs(EntityType type) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<Entity<K>, PersistenceException> PersistenceSchemaStorageDelegate.findFiltered(EntityType type, Set<? extends PropertyFilter> propertyFilters) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<K, PersistenceException> PersistenceSchemaStorageDelegate.findIDsFiltered(EntityType type, Set<? extends PropertyFilter> propertyFilters) Methods in cloud.quinimbus.persistence.common.storage that throw PersistenceExceptionModifier and TypeMethodDescriptionPersistenceSchemaStorageDelegate.find(EntityType type, K id) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<Entity<K>, PersistenceException> PersistenceSchemaStorageDelegate.findAll(EntityType type) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<K, PersistenceException> PersistenceSchemaStorageDelegate.findAllIDs(EntityType type) PersistenceSchemaStorageDelegate.getSchemaMetadata()voidPersistenceSchemaStorageDelegate.increaseSchemaVersion(Long version) <K> voidPersistenceSchemaStorageDelegate.remove(EntityType type, K id) <K> void -
Uses of PersistenceException in cloud.quinimbus.persistence.storage.mongo
Methods in cloud.quinimbus.persistence.storage.mongo that return types with arguments of type PersistenceExceptionModifier and TypeMethodDescription<K> name.falgout.jeffrey.throwing.stream.ThrowingStream<Entity<K>, PersistenceException> MongoSchemaStorage.findAll(EntityType type) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<K, PersistenceException> MongoSchemaStorage.findAllIDs(EntityType type) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<Entity<K>, PersistenceException> MongoSchemaStorage.findFiltered(EntityType type, Set<? extends PropertyFilter> propertyFilters) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<K, PersistenceException> MongoSchemaStorage.findIDsFiltered(EntityType type, Set<? extends PropertyFilter> propertyFilters) Methods in cloud.quinimbus.persistence.storage.mongo that throw PersistenceExceptionModifier and TypeMethodDescriptionMongoPersistenceStorageProvider.createSchema(PersistenceContext context, cloud.quinimbus.config.api.ConfigNode config) MongoPersistenceStorageProvider.createSchema(PersistenceContext context, String schema, String username, String password, String host) MongoPersistenceStorageProvider.createSchema(PersistenceContext context, Map<String, Object> params) MongoSchemaStorage.find(EntityType type, K id) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<Entity<K>, PersistenceException> MongoSchemaStorage.findAll(EntityType type) <K> name.falgout.jeffrey.throwing.stream.ThrowingStream<K, PersistenceException> MongoSchemaStorage.findAllIDs(EntityType type) MongoSchemaStorage.getSchemaMetadata()voidMongoSchemaStorage.increaseSchemaVersion(Long version) <K> voidMongoSchemaStorage.remove(EntityType type, K id) voidMongoSchemaStorageMigrator.runPropertyAddMigration(EntityType entityType, PropertyAddMigrationType pamt, List<String> path) voidMongoSchemaStorageMigrator.runPropertyValueMappingMigrationType(EntityType entityType, PropertyValueMappingMigrationType pvmmt, List<String> path) <K> voidConstructors in cloud.quinimbus.persistence.storage.mongo that throw PersistenceExceptionModifierConstructorDescriptionMongoSchemaStorage(com.mongodb.client.MongoClient client, Schema schema, PersistenceContext context)