Uses of Interface
cloud.quinimbus.persistence.api.entity.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in cloud.quinimbus.persistence.api
Methods in cloud.quinimbus.persistence.api that return EntityModifier and TypeMethodDescription<K> Entity
<K> PersistenceContext.newEntity
(K id, EntityType type) <K> Entity
<K> PersistenceContext.newEntity
(K id, EntityType type, Map<String, Object> properties) <K> Entity
<K> PersistenceContext.newEntity
(K id, EntityType type, Map<String, Object> properties, Map<String, Object> transientFields) -
Uses of Entity in cloud.quinimbus.persistence.api.entity
Methods in cloud.quinimbus.persistence.api.entity that return EntityMethods in cloud.quinimbus.persistence.api.entity with parameters of type Entity -
Uses of Entity in cloud.quinimbus.persistence.api.lifecycle
Methods in cloud.quinimbus.persistence.api.lifecycle that return EntityModifier and TypeMethodDescriptionEntityPostLoadEvent.entity()
Returns the value of theentity
record component.EntityPostSaveEvent.entity()
Returns the value of theentity
record component.EntityPreSaveEvent.entity()
Returns the value of theentity
record component.Methods in cloud.quinimbus.persistence.api.lifecycle that return types with arguments of type EntityModifier and TypeMethodDescriptionEntityPostLoadEvent.changedEntity()
Returns the value of thechangedEntity
record component.EntityPreSaveEvent.changedEntity()
Returns the value of thechangedEntity
record component.Constructors in cloud.quinimbus.persistence.api.lifecycle with parameters of type EntityModifierConstructorDescriptionCreates an instance of aEntityPostLoadEvent
record class.Creates an instance of aEntityPostSaveEvent
record class.Creates an instance of aEntityPreSaveEvent
record class.Constructor parameters in cloud.quinimbus.persistence.api.lifecycle with type arguments of type EntityModifierConstructorDescriptionCreates an instance of aEntityPostLoadEvent
record class.Creates an instance of aEntityPreSaveEvent
record class. -
Uses of Entity in cloud.quinimbus.persistence.api.storage
Methods in cloud.quinimbus.persistence.api.storage that return types with arguments of type EntityModifier and TypeMethodDescriptionPersistenceSchemaStorage.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
<Entity<K>, PersistenceException> PersistenceSchemaStorage.findFiltered
(EntityType type, Set<? extends PropertyFilter> propertyFilters) Methods in cloud.quinimbus.persistence.api.storage with parameters of type Entity -
Uses of Entity in cloud.quinimbus.persistence.common.storage
Methods in cloud.quinimbus.persistence.common.storage that return types with arguments of type EntityModifier 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
<Entity<K>, PersistenceException> PersistenceSchemaStorageDelegate.findFiltered
(EntityType type, Set<? extends PropertyFilter> propertyFilters) Methods in cloud.quinimbus.persistence.common.storage with parameters of type Entity -
Uses of Entity in cloud.quinimbus.persistence.storage.mongo
Methods in cloud.quinimbus.persistence.storage.mongo that return types with arguments of type EntityModifier and TypeMethodDescriptionMongoSchemaStorage.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
<Entity<K>, PersistenceException> MongoSchemaStorage.findFiltered
(EntityType type, Set<? extends PropertyFilter> propertyFilters) Methods in cloud.quinimbus.persistence.storage.mongo with parameters of type Entity