|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlushEvent | |
---|---|
org.hibernate.event | This package defines an event framework for Hibernate. |
org.hibernate.event.def | This package defines a default set of event listeners that implements the default behaviors of Hibernate. |
Uses of FlushEvent in org.hibernate.event |
---|
Subclasses of FlushEvent in org.hibernate.event | |
---|---|
class |
AutoFlushEvent
Defines an event class for the auto-flushing of a session. |
class |
DirtyCheckEvent
Defines an event class for the dirty-checking of a session. |
Methods in org.hibernate.event with parameters of type FlushEvent | |
---|---|
void |
FlushEventListener.onFlush(FlushEvent event)
Handle the given flush event. |
Uses of FlushEvent in org.hibernate.event.def |
---|
Methods in org.hibernate.event.def with parameters of type FlushEvent | |
---|---|
protected void |
AbstractFlushingEventListener.flushEverythingToExecutions(FlushEvent event)
Coordinates the processing necessary to get things ready for executions as db calls by preping the session caches and moving the appropriate entities and collections to their respective execution queues. |
void |
DefaultFlushEventListener.onFlush(FlushEvent event)
Handle the given flush event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |