| Package | Description |
|---|---|
| org.labun.springframework.data.repository.events | |
| org.labun.springframework.data.repository.events.event |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotatedEventHandlerInvoker.onApplicationEvent(RepositoryEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
AfterCreateEvent
Event that is emitted after a new entity is saved.
|
class |
AfterDeleteEvent
Emitted after the entity is deleted from the repository.
|
class |
AfterUpdateEvent
Emitted after a save to the repository.
|
class |
BeforeCreateEvent
Event emitted before an entity is saved for the first time.
|
class |
BeforeDeleteEvent
Emitted before an entity is deleted from the repository.
|
class |
BeforeUpdateEvent
Emitted before an entity is saved into the repository.
|
Copyright © 2017. All rights reserved.