|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.hibernate.event.spi | |
---|---|
org.hibernate.action.internal | |
org.hibernate.cache.spi.entry | This package defines formats for disassembled state kept in the second level cache. |
org.hibernate.cfg.beanvalidation | |
org.hibernate.ejb.event | |
org.hibernate.engine.internal | |
org.hibernate.engine.query.spi | |
org.hibernate.engine.spi | |
org.hibernate.envers.event | |
org.hibernate.envers.synchronization | |
org.hibernate.event.internal | This package defines a default set of event listeners that implements the default behaviors of Hibernate. |
org.hibernate.event.service.internal | |
org.hibernate.event.service.spi | |
org.hibernate.event.spi | |
org.hibernate.hql.internal.ast | An ANTLR-based parser for Hibernate Query Language. |
org.hibernate.hql.spi | |
org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
org.hibernate.loader.hql | This package defines a loader for the AST-based query parser |
org.hibernate.secure.internal |
Classes in org.hibernate.event.spi used by org.hibernate.action.internal | |
---|---|
EventSource
|
|
EventType
Enumeration of the recognized types of events, including meta-information about each. |
Classes in org.hibernate.event.spi used by org.hibernate.cache.spi.entry | |
---|---|
EventSource
|
Classes in org.hibernate.event.spi used by org.hibernate.cfg.beanvalidation | |
---|---|
PreDeleteEvent
Represents a pre-delete event, which occurs just prior to performing the deletion of an entity from the database. |
|
PreDeleteEventListener
Called before deleting an item from the datastore |
|
PreInsertEvent
Represents a pre-insert event, which occurs just prior to performing the insert of an entity into the database. |
|
PreInsertEventListener
Called before inserting an item in the datastore |
|
PreUpdateEvent
Represents a pre-update event, which occurs just prior to performing the update of an entity in the database. |
|
PreUpdateEventListener
Called before updating the datastore |
Classes in org.hibernate.event.spi used by org.hibernate.ejb.event | |
---|---|
AutoFlushEventListener
Defines the contract for handling of session auto-flush events. |
|
DeleteEvent
Defines an event class for the deletion of an entity. |
|
DeleteEventListener
Defines the contract for handling of deletion events generated from a session. |
|
EventSource
|
|
FlushEntityEventListener
|
|
FlushEventListener
Defines the contract for handling of session flush events. |
|
MergeEventListener
Defines the contract for handling of merge events generated from a session. |
|
PersistEventListener
Defines the contract for handling of create events generated from a session. |
|
PostCollectionRecreateEvent
An event that occurs after a collection is recreated |
|
PostCollectionRecreateEventListener
Called after recreating a collection |
|
PostCollectionRemoveEvent
An event that occurs after a collection is removed |
|
PostCollectionRemoveEventListener
Called after removing a collection |
|
PostCollectionUpdateEvent
An event that occurs after a collection is updated |
|
PostCollectionUpdateEventListener
Called after updating a collection |
|
PostDeleteEvent
Occurs after deleting an item from the datastore |
|
PostDeleteEventListener
Called after deleting an item from the datastore |
|
PostInsertEvent
Occurs after inserting an item in the datastore |
|
PostInsertEventListener
Called after insterting an item in the datastore |
|
PostLoadEvent
Occurs after an an entity instance is fully loaded. |
|
PostLoadEventListener
Occurs after an an entity instance is fully loaded. |
|
PostUpdateEvent
Occurs after the datastore is updated |
|
PostUpdateEventListener
Called after updating the datastore |
|
SaveOrUpdateEventListener
Defines the contract for handling of update events generated from a session. |
Classes in org.hibernate.event.spi used by org.hibernate.engine.internal | |
---|---|
EventSource
|
|
PostLoadEvent
Occurs after an an entity instance is fully loaded. |
|
PreLoadEvent
Called before injecting property values into a newly loaded entity instance. |
Classes in org.hibernate.event.spi used by org.hibernate.engine.query.spi | |
---|---|
EventSource
|
Classes in org.hibernate.event.spi used by org.hibernate.engine.spi | |
---|---|
EventSource
|
Classes in org.hibernate.event.spi used by org.hibernate.envers.event | |
---|---|
AbstractCollectionEvent
Defines a base class for events involving collections. |
|
PostCollectionRecreateEvent
An event that occurs after a collection is recreated |
|
PostCollectionRecreateEventListener
Called after recreating a collection |
|
PostDeleteEvent
Occurs after deleting an item from the datastore |
|
PostDeleteEventListener
Called after deleting an item from the datastore |
|
PostInsertEvent
Occurs after inserting an item in the datastore |
|
PostInsertEventListener
Called after insterting an item in the datastore |
|
PostUpdateEvent
Occurs after the datastore is updated |
|
PostUpdateEventListener
Called after updating the datastore |
|
PreCollectionRemoveEvent
An event that occurs before a collection is removed |
|
PreCollectionRemoveEventListener
Called before removing a collection |
|
PreCollectionUpdateEvent
An event that occurs before a collection is updated |
|
PreCollectionUpdateEventListener
Called before updating a collection |
Classes in org.hibernate.event.spi used by org.hibernate.envers.synchronization | |
---|---|
EventSource
|
Classes in org.hibernate.event.spi used by org.hibernate.event.internal | |
---|---|
AbstractEvent
Defines a base class for Session generated events. |
|
AutoFlushEvent
Defines an event class for the auto-flushing of a session. |
|
AutoFlushEventListener
Defines the contract for handling of session auto-flush events. |
|
DeleteEvent
Defines an event class for the deletion of an entity. |
|
DeleteEventListener
Defines the contract for handling of deletion events generated from a session. |
|
DirtyCheckEvent
Defines an event class for the dirty-checking of a session. |
|
DirtyCheckEventListener
Defines the contract for handling of session dirty-check events. |
|
EventSource
|
|
EvictEvent
Defines an event class for the evicting of an entity. |
|
EvictEventListener
Defines the contract for handling of evict events generated from a session. |
|
FlushEntityEvent
|
|
FlushEntityEventListener
|
|
FlushEvent
Defines an event class for the flushing of a session. |
|
FlushEventListener
Defines the contract for handling of session flush events. |
|
InitializeCollectionEvent
An event that occurs when a collection wants to be initialized |
|
InitializeCollectionEventListener
Defines the contract for handling of collection initialization events generated by a session. |
|
LoadEvent
Defines an event class for the loading of an entity. |
|
LoadEventListener
Defines the contract for handling of load events generated from a session. |
|
LoadEventListener.LoadType
|
|
LockEvent
Defines an event class for the locking of an entity. |
|
LockEventListener
Defines the contract for handling of lock events generated from a session. |
|
MergeEvent
An event class for merge() and saveOrUpdateCopy() |
|
MergeEventListener
Defines the contract for handling of merge events generated from a session. |
|
PersistEvent
An event class for persist() |
|
PersistEventListener
Defines the contract for handling of create events generated from a session. |
|
PostLoadEvent
Occurs after an an entity instance is fully loaded. |
|
PostLoadEventListener
Occurs after an an entity instance is fully loaded. |
|
PreLoadEvent
Called before injecting property values into a newly loaded entity instance. |
|
PreLoadEventListener
Called before injecting property values into a newly loaded entity instance. |
|
RefreshEvent
Defines an event class for the refreshing of an object. |
|
RefreshEventListener
Defines the contract for handling of refresh events generated from a session. |
|
ReplicateEvent
Defines an event class for the replication of an entity. |
|
ReplicateEventListener
Defines the contract for handling of replicate events generated from a session. |
|
ResolveNaturalIdEvent
Defines an event class for the resolving of an entity id from the entity's natural-id |
|
ResolveNaturalIdEventListener
Defines the contract for handling of resolve natural id events generated from a session. |
|
SaveOrUpdateEvent
An event class for saveOrUpdate() |
|
SaveOrUpdateEventListener
Defines the contract for handling of update events generated from a session. |
Classes in org.hibernate.event.spi used by org.hibernate.event.service.internal | |
---|---|
EventType
Enumeration of the recognized types of events, including meta-information about each. |
Classes in org.hibernate.event.spi used by org.hibernate.event.service.spi | |
---|---|
EventType
Enumeration of the recognized types of events, including meta-information about each. |
Classes in org.hibernate.event.spi used by org.hibernate.event.spi | |
---|---|
AbstractCollectionEvent
Defines a base class for events involving collections. |
|
AbstractEvent
Defines a base class for Session generated events. |
|
AbstractPreDatabaseOperationEvent
Represents an operation we are about to perform against the database. |
|
AutoFlushEvent
Defines an event class for the auto-flushing of a session. |
|
AutoFlushEventListener
Defines the contract for handling of session auto-flush events. |
|
DeleteEvent
Defines an event class for the deletion of an entity. |
|
DeleteEventListener
Defines the contract for handling of deletion events generated from a session. |
|
DirtyCheckEvent
Defines an event class for the dirty-checking of a session. |
|
DirtyCheckEventListener
Defines the contract for handling of session dirty-check events. |
|
EventSource
|
|
EventType
Enumeration of the recognized types of events, including meta-information about each. |
|
EvictEvent
Defines an event class for the evicting of an entity. |
|
EvictEventListener
Defines the contract for handling of evict events generated from a session. |
|
FlushEntityEvent
|
|
FlushEntityEventListener
|
|
FlushEvent
Defines an event class for the flushing of a session. |
|
FlushEventListener
Defines the contract for handling of session flush events. |
|
InitializeCollectionEvent
An event that occurs when a collection wants to be initialized |
|
InitializeCollectionEventListener
Defines the contract for handling of collection initialization events generated by a session. |
|
LoadEvent
Defines an event class for the loading of an entity. |
|
LoadEventListener
Defines the contract for handling of load events generated from a session. |
|
LoadEventListener.LoadType
|
|
LockEvent
Defines an event class for the locking of an entity. |
|
LockEventListener
Defines the contract for handling of lock events generated from a session. |
|
MergeEvent
An event class for merge() and saveOrUpdateCopy() |
|
MergeEventListener
Defines the contract for handling of merge events generated from a session. |
|
PersistEvent
An event class for persist() |
|
PersistEventListener
Defines the contract for handling of create events generated from a session. |
|
PostCollectionRecreateEvent
An event that occurs after a collection is recreated |
|
PostCollectionRecreateEventListener
Called after recreating a collection |
|
PostCollectionRemoveEvent
An event that occurs after a collection is removed |
|
PostCollectionRemoveEventListener
Called after removing a collection |
|
PostCollectionUpdateEvent
An event that occurs after a collection is updated |
|
PostCollectionUpdateEventListener
Called after updating a collection |
|
PostDeleteEvent
Occurs after deleting an item from the datastore |
|
PostDeleteEventListener
Called after deleting an item from the datastore |
|
PostInsertEvent
Occurs after inserting an item in the datastore |
|
PostInsertEventListener
Called after insterting an item in the datastore |
|
PostLoadEvent
Occurs after an an entity instance is fully loaded. |
|
PostLoadEventListener
Occurs after an an entity instance is fully loaded. |
|
PostUpdateEvent
Occurs after the datastore is updated |
|
PostUpdateEventListener
Called after updating the datastore |
|
PreCollectionRecreateEvent
An event that occurs before a collection is recreated |
|
PreCollectionRecreateEventListener
Called before recreating a collection |
|
PreCollectionRemoveEvent
An event that occurs before a collection is removed |
|
PreCollectionRemoveEventListener
Called before removing a collection |
|
PreCollectionUpdateEvent
An event that occurs before a collection is updated |
|
PreCollectionUpdateEventListener
Called before updating a collection |
|
PreDeleteEvent
Represents a pre-delete event, which occurs just prior to performing the deletion of an entity from the database. |
|
PreDeleteEventListener
Called before deleting an item from the datastore |
|
PreInsertEvent
Represents a pre-insert event, which occurs just prior to performing the insert of an entity into the database. |
|
PreInsertEventListener
Called before inserting an item in the datastore |
|
PreLoadEvent
Called before injecting property values into a newly loaded entity instance. |
|
PreLoadEventListener
Called before injecting property values into a newly loaded entity instance. |
|
PreUpdateEvent
Represents a pre-update event, which occurs just prior to performing the update of an entity in the database. |
|
PreUpdateEventListener
Called before updating the datastore |
|
RefreshEvent
Defines an event class for the refreshing of an object. |
|
RefreshEventListener
Defines the contract for handling of refresh events generated from a session. |
|
ReplicateEvent
Defines an event class for the replication of an entity. |
|
ReplicateEventListener
Defines the contract for handling of replicate events generated from a session. |
|
ResolveNaturalIdEvent
Defines an event class for the resolving of an entity id from the entity's natural-id |
|
ResolveNaturalIdEventListener
Defines the contract for handling of resolve natural id events generated from a session. |
|
SaveOrUpdateEvent
An event class for saveOrUpdate() |
|
SaveOrUpdateEventListener
Defines the contract for handling of update events generated from a session. |
Classes in org.hibernate.event.spi used by org.hibernate.hql.internal.ast | |
---|---|
EventSource
|
Classes in org.hibernate.event.spi used by org.hibernate.hql.spi | |
---|---|
EventSource
|
Classes in org.hibernate.event.spi used by org.hibernate.internal | |
---|---|
EventSource
|
Classes in org.hibernate.event.spi used by org.hibernate.loader.hql | |
---|---|
EventSource
|
Classes in org.hibernate.event.spi used by org.hibernate.secure.internal | |
---|---|
PreDeleteEvent
Represents a pre-delete event, which occurs just prior to performing the deletion of an entity from the database. |
|
PreDeleteEventListener
Called before deleting an item from the datastore |
|
PreInsertEvent
Represents a pre-insert event, which occurs just prior to performing the insert of an entity into the database. |
|
PreInsertEventListener
Called before inserting an item in the datastore |
|
PreLoadEvent
Called before injecting property values into a newly loaded entity instance. |
|
PreLoadEventListener
Called before injecting property values into a newly loaded entity instance. |
|
PreUpdateEvent
Represents a pre-update event, which occurs just prior to performing the update of an entity in the database. |
|
PreUpdateEventListener
Called before updating the datastore |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |