| 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 |
DefaultMergeEventListener
Defines the default copy event listener used by hibernate for copying entities
in response to generated copy events.
|
| Modifier and Type | Field and Description |
|---|---|
static EventType<MergeEventListener> |
EventType.MERGE |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaMergeEventListener
Overrides the LifeCycle OnSave call to call the PrePersist operation
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.