| 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 |
EJB3FlushEntityEventListener
Overrides the LifeCycle OnSave call to call the PreUpdate operation
|
| Modifier and Type | Method and Description |
|---|---|
FlushEntityEventListener[] |
EventListeners.getFlushEntityEventListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventListeners.setFlushEntityEventListeners(FlushEntityEventListener[] flushEntityEventListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFlushEntityEventListener
An event that occurs for each entity instance at flush time
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved