Package | Description |
---|---|
org.springframework.data.relational.core.mapping.event |
Class and Description |
---|
AbstractRelationalEvent
Base class for mapping events of Spring Data Relational
|
AfterDeleteEvent
Gets published after deletion of an entity.
|
AfterLoadEvent
Gets published after instantiation and setting of all the properties of an entity.
|
AfterSaveEvent
Gets published after a new instance or a changed instance was saved in the database.
|
BeforeConvertCallback
An
EntityCallback that gets invoked before the aggregate is converted into a database change. |
BeforeConvertEvent
Gets published before an aggregate gets converted into a database change.
|
BeforeDeleteEvent
Gets published when an entity is about to get deleted.
|
BeforeSaveEvent
Gets published before an entity gets saved to the database.
|
Identifier
Wrapper for an identifier of an entity.
|
RelationalDeleteEvent
Super class for events produced during deleting an aggregate.
|
RelationalEvent
an event signalling JDBC processing.
|
RelationalEventWithEntity
An event that is guaranteed to have an entity.
|
RelationalSaveEvent
Events triggered during saving of an aggregate.
|
WithAggregateChange
RelationalEvent that represents a change to an aggregate and therefore has an AggregateChange |
WithEntity
Interface for events which are guaranteed to have an entity.
|
WithId
Interface for
RelationalEvent s which have an Identifier but might not have an entity. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.