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 |
AbstractCollectionEvent
Defines a base class for events involving collections.
|
class |
AbstractPreDatabaseOperationEvent
Represents an operation we are about to perform against the database.
|
class |
AutoFlushEvent
Defines an event class for the auto-flushing of a session.
|
class |
ClearEvent
An event for
Session.clear() listening |
class |
DeleteEvent
Defines an event class for the deletion of an entity.
|
class |
DirtyCheckEvent
Defines an event class for the dirty-checking of a session.
|
class |
EvictEvent
Defines an event class for the evicting of an entity.
|
class |
FlushEntityEvent |
class |
FlushEvent
Defines an event class for the flushing of a session.
|
class |
InitializeCollectionEvent
An event that occurs when a collection wants to be
initialized
|
class |
LoadEvent
Defines an event class for the loading of an entity.
|
class |
LockEvent
Defines an event class for the locking of an entity.
|
class |
MergeEvent
An event class for merge() and saveOrUpdateCopy()
|
class |
PersistEvent
An event class for persist()
|
class |
PostCollectionRecreateEvent
An event that occurs after a collection is recreated
|
class |
PostCollectionRemoveEvent
An event that occurs after a collection is removed
|
class |
PostCollectionUpdateEvent
An event that occurs after a collection is updated
|
class |
PostDeleteEvent
Occurs after deleting an item from the datastore
|
class |
PostInsertEvent
Occurs after inserting an item in the datastore
|
class |
PostLoadEvent
Occurs after an an entity instance is fully loaded.
|
class |
PostUpdateEvent
Occurs after the datastore is updated
|
class |
PreCollectionRecreateEvent
An event that occurs before a collection is recreated
|
class |
PreCollectionRemoveEvent
An event that occurs before a collection is removed
|
class |
PreCollectionUpdateEvent
An event that occurs before a collection is updated
|
class |
PreDeleteEvent
Represents a pre-delete event, which occurs just prior to
performing the deletion of an entity from the database.
|
class |
PreInsertEvent
Represents a pre-insert event, which occurs just prior to
performing the insert of an entity into the database.
|
class |
PreLoadEvent
Called before injecting property values into a newly loaded entity instance.
|
class |
PreUpdateEvent
Represents a pre-update event, which occurs just prior to
performing the update of an entity in the database.
|
class |
RefreshEvent
Defines an event class for the refreshing of an object.
|
class |
ReplicateEvent
Defines an event class for the replication of an entity.
|
class |
ResolveNaturalIdEvent
Defines an event class for the resolving of an entity id from the entity's natural-id
|
class |
SaveOrUpdateEvent
An 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 © 2017 JBoss by Red Hat. All rights reserved.