|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.hibernate.event.def | |
---|---|
org.hibernate.event.def | This package defines a default set of event listeners that implements the default behaviors of Hibernate. |
Classes in org.hibernate.event.def used by org.hibernate.event.def | |
---|---|
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 bas 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. |
|
DefaultMergeEventListener
Defines the default copy event listener used by hibernate for copying entities in response to generated copy events. |
|
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. |
|
ProxyVisitor
Reassociates uninitialized proxies with the session |
|
ReattachVisitor
Abstract superclass of visitors that reattach collections. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |