Uses of Interface
cloud.quinimbus.persistence.api.entity.Entity
Package
Description
-
Uses of Entity in cloud.quinimbus.persistence.api
Modifier 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
-
Uses of Entity in cloud.quinimbus.persistence.api.lifecycle
Modifier 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.Modifier and TypeMethodDescriptionEntityPostLoadEvent.changedEntity()
Returns the value of thechangedEntity
record component.EntityPreSaveEvent.changedEntity()
Returns the value of thechangedEntity
record component.ModifierConstructorDescriptionCreates an instance of aEntityPostLoadEvent
record class.Creates an instance of aEntityPostSaveEvent
record class.Creates an instance of aEntityPreSaveEvent
record class.ModifierConstructorDescriptionCreates an instance of aEntityPostLoadEvent
record class.Creates an instance of aEntityPreSaveEvent
record class. -
Uses of Entity in cloud.quinimbus.persistence.api.storage
Modifier 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) -
Uses of Entity in cloud.quinimbus.persistence.common.storage
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
<Entity<K>, PersistenceException> PersistenceSchemaStorageDelegate.findFiltered
(EntityType type, Set<? extends PropertyFilter> propertyFilters) -
Uses of Entity in cloud.quinimbus.persistence.storage.mongo
Modifier 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)