Persistence

Table of Contents

Classes

AfterObjectThawedEvent
Allows to modify values when creating domain objects.
EntityAddedToPersistenceEvent
Event which is fired after an object/entity was sent to persistence layer to be added, but before updating the reference index and current session.
EntityFinalizedAfterPersistenceEvent
Event which is fired after an object/entity was sent to persistence layer to be added including update of reference index and current session.
EntityPersistedEvent
Event which is fired after an object was pushed to the storage backend
EntityRemovedFromPersistenceEvent
Event which is fired after an object/entity was sent to persistence layer to be removed.
EntityUpdatedInPersistenceEvent
Event which is fired after an object/entity was sent to persistence layer to be updated.
ModifyQueryBeforeFetchingObjectDataEvent
Event which is fired before the storage backend is asked for results from a given query.
ModifyResultAfterFetchingObjectDataEvent
Event which is fired after the storage backend has pulled results from a given query.

        
On this page

Search results