AbstractFlushingEventListener |
A convenience base class for listeners whose functionality results in flushing.
|
AbstractLockUpgradeEventListener |
A convenience base class for listeners that respond to requests to perform a
pessimistic lock upgrade on an entity.
|
AbstractReassociateEventListener |
A convenience base class for listeners that respond to requests to reassociate an entity
to a session ( such as through lock() or update() ).
|
AbstractSaveEventListener |
A convenience base class for listeners responding to save events.
|
AbstractVisitor |
Abstract superclass of algorithms that walk
a tree of property values of an entity, and
perform specific functionality for collections,
components and associated entities.
|
DefaultPersistEventListener |
Defines the default create event listener used by hibernate for creating
transient entities in response to generated create events.
|
DefaultSaveOrUpdateEventListener |
Defines the default listener used by Hibernate for handling save-update
events.
|
EntityCopyObserverFactoryInitiator |
|
EntityState |
|
ProxyVisitor |
Reassociates uninitialized proxies with the session
|
ReattachVisitor |
Abstract superclass of visitors that reattach collections.
|