Class | Description |
---|---|
AttributeChanges |
An object describing changes in entity attributes.
|
AttributeChanges.Change |
INTERNAL.
|
EntityChangedEvent<E extends Entity<K>,K> |
A Spring application event of the middle tier that is sent right after an entity is changed in the data store.
|
SetupAttributeAccessEvent<T extends Entity> |
A Spring application event that is sent by the framework to set up access to attributes of an entity instance.
|
Enum | Description |
---|---|
EntityChangedEvent.Type |
Type of the event:
EntityChangedEvent.Type.CREATED , EntityChangedEvent.Type.UPDATED or EntityChangedEvent.Type.DELETED . |