| 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 | |
| org.hibernate.jpa.event.internal.core |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFlushEntityEventListener
An event that occurs for each entity instance at flush time
|
| Modifier and Type | Field and Description |
|---|---|
static EventType<FlushEntityEventListener> |
EventType.FLUSH_ENTITY |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaFlushEntityEventListener
Overrides the LifeCycle OnSave call to call the PreUpdate operation
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.