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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
FlushEventListener.onFlush(FlushEvent event)
Handle the given flush event.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.