| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractEvent | |
|---|---|
| org.hibernate.event.internal | This package defines a default set of event listeners that implements the default behaviors of Hibernate. | 
| org.hibernate.event.spi | |
| Uses of AbstractEvent in org.hibernate.event.internal | 
|---|
| Methods in org.hibernate.event.internal with parameters of type AbstractEvent | |
|---|---|
| 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. | 
| Uses of AbstractEvent in org.hibernate.event.spi | 
|---|
| Subclasses of AbstractEvent in org.hibernate.event.spi | |
|---|---|
|  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 | 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 | SaveOrUpdateEventAn event class for saveOrUpdate() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||