| Package | Description | 
|---|---|
| org.hibernate.event.internal | 
        This package defines a default set of event listeners that
        implements the default behaviors of Hibernate. | 
| org.hibernate.event.spi | |
| org.hibernate.search.event.impl | 
| Modifier and Type | Method and Description | 
|---|---|
| protected EntityEntry | AbstractReassociateEventListener. reassociate(AbstractEvent event,
           Object object,
           Serializable id,
           EntityPersister persister)Associates a given entity (either transient or associated with another session) to
 the given session. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCollectionEventDefines a base class for events involving collections. | 
| class  | AbstractPreDatabaseOperationEventRepresents an operation we are about to perform against the database. | 
| class  | AutoFlushEventDefines an event class for the auto-flushing of a session. | 
| class  | ClearEventAn event for  Session.clear()listening | 
| class  | DeleteEventDefines an event class for the deletion of an entity. | 
| class  | DirtyCheckEventDefines an event class for the dirty-checking of a session. | 
| class  | EvictEventDefines an event class for the evicting of an entity. | 
| class  | FlushEntityEvent | 
| class  | FlushEventDefines an event class for the flushing of a session. | 
| class  | InitializeCollectionEventAn event that occurs when a collection wants to be
 initialized | 
| class  | LoadEventDefines an event class for the loading of an entity. | 
| class  | LockEventDefines an event class for the locking of an entity. | 
| class  | MergeEventAn event class for merge() and saveOrUpdateCopy() | 
| class  | PersistEventAn event class for persist() | 
| class  | PostCollectionRecreateEventAn event that occurs after a collection is recreated | 
| class  | PostCollectionRemoveEventAn event that occurs after a collection is removed | 
| class  | PostCollectionUpdateEventAn event that occurs after a collection is updated | 
| class  | PostDeleteEventOccurs after deleting an item from the datastore | 
| class  | PostInsertEventOccurs after inserting an item in the datastore | 
| class  | PostLoadEventOccurs after an an entity instance is fully loaded. | 
| class  | PostUpdateEventOccurs after the datastore is updated | 
| class  | PreCollectionRecreateEventAn event that occurs before a collection is recreated | 
| class  | PreCollectionRemoveEventAn event that occurs before a collection is removed | 
| class  | PreCollectionUpdateEventAn event that occurs before a collection is updated | 
| class  | PreDeleteEventRepresents a pre-delete event, which occurs just prior to
 performing the deletion of an entity from the database. | 
| class  | PreInsertEventRepresents a pre-insert event, which occurs just prior to
 performing the insert of an entity into the database. | 
| class  | PreLoadEventCalled before injecting property values into a newly loaded entity instance. | 
| class  | PreUpdateEventRepresents a pre-update event, which occurs just prior to
 performing the update of an entity in the database. | 
| class  | RefreshEventDefines an event class for the refreshing of an object. | 
| class  | ReplicateEventDefines an event class for the replication of an entity. | 
| class  | ResolveNaturalIdEventDefines an event class for the resolving of an entity id from the entity's natural-id | 
| class  | SaveOrUpdateEventAn event class for saveOrUpdate() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | FullTextIndexEventListener. processWork(String tenantIdentifier,
           Object entity,
           Serializable id,
           org.hibernate.search.backend.spi.WorkType workType,
           AbstractEvent event,
           boolean identifierRollbackEnabled) | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.