Package | Description |
---|---|
org.hibernate.ejb.event | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EJB3FlushEventListener
In EJB3, it is the create operation that is cascaded to unmanaged
ebtities at flush time (instead of the save-update operation in
Hibernate).
|
Modifier and Type | Field and Description |
---|---|
static FlushEventListener |
EJB3FlushEventListener.INSTANCE |
Modifier and Type | Method and Description |
---|---|
FlushEventListener[] |
EventListeners.getFlushEventListeners() |
Modifier and Type | Method and Description |
---|---|
void |
EventListeners.setFlushEventListeners(FlushEventListener[] flushEventListener) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFlushEventListener
Defines the default flush event listeners used by hibernate for
flushing session state in response to generated flush events.
|
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved