class |
PostAddEvent |
Event raised after the add of an entity to persistence.
|
class |
PostDeleteEvent |
Event raised after the delete of an entity from persistence.
|
class |
PostLoadEvent |
Event raised after the loading of an entity from persistence.
|
class |
PostUpdateEvent |
Event raised after the update of an entity in persistence.
|
class |
PreAddEvent |
Event raised before the add of an entity to persistence.
|
class |
PreDeleteEvent |
Event raised before the delete of an entity from persistence.
|
class |
PreLoadEvent |
Event raised before the loading of an entity from persistence.
|
class |
PreUpdateEvent |
Event raised before the update of an entity in persistence.
|