-
class
Event that is emitted after a new entity is saved.
class
Emitted after the entity is deleted from the repository.
class
Emitted after a link to a related object is deleted from the parent.
class
Emitted after saving a linked object to its parent in the repository.
class
Emitted after a save to the repository.
class
Event emitted before an entity is saved for the first time.
class
Emitted before an entity is deleted from the repository.
class
Emitted before a link to a related object is deleted from the parent.
class
Emitted before a linked object is saved to the repository.
class
Emitted before an entity is saved into the repository.
class
An event to encapsulate an exception occurring anywhere within the REST exporter.
class
Base class for
RepositoryEvent
s that deal with saving/updating or deleting a linked object.