Uses of Class
cloud.quinimbus.persistence.api.PersistenceException
Package
Description
-
Uses of PersistenceException in cloud.quinimbus.persistence.api
Modifier and TypeMethodDescriptionvoid
PersistenceContext.upgradeSchema
(PersistenceSchemaStorage storage) -
Uses of PersistenceException in cloud.quinimbus.persistence.api.entity
-
Uses of PersistenceException in cloud.quinimbus.persistence.api.storage
Modifier 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) Modifier 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()
void
PersistenceSchemaStorage.increaseSchemaVersion
(Long version) <K> void
PersistenceSchemaStorage.remove
(EntityType type, K id) void
PersistenceSchemaStorageMigrator.runEntityTypeMigration
(EntityType entityType, EntityTypeMigration migration, List<String> path) <K> void
-
Uses of PersistenceException in cloud.quinimbus.persistence.cdi
-
Uses of PersistenceException in cloud.quinimbus.persistence.common.filter
Modifier and TypeMethodDescriptionstatic <R extends Record>
Set<? extends PropertyFilter> FilterFactory.fromRecord
(R record) -
Uses of PersistenceException in cloud.quinimbus.persistence.common.storage
Modifier 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) Modifier 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()
void
PersistenceSchemaStorageDelegate.increaseSchemaVersion
(Long version) <K> void
PersistenceSchemaStorageDelegate.remove
(EntityType type, K id) <K> void
-
Uses of PersistenceException in cloud.quinimbus.persistence.storage.mongo
Modifier 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) Modifier 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()
void
MongoSchemaStorage.increaseSchemaVersion
(Long version) <K> void
MongoSchemaStorage.remove
(EntityType type, K id) void
MongoSchemaStorageMigrator.runEntityTypeMigration
(EntityType entityType, EntityTypeMigration migration, List<String> path) <K> void
ModifierConstructorDescriptionMongoSchemaStorage
(com.mongodb.client.MongoClient client, Schema schema, PersistenceContext context)