Package | Description |
---|---|
org.hibernate.event.internal |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
org.hibernate.jpa.event.internal.core |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSaveEventListener
An event handler for save() events
|
class |
DefaultUpdateEventListener
An event handler for update() events
|
Modifier and Type | Class and Description |
---|---|
class |
JpaSaveEventListener
Overrides the LifeCycle OnSave call to call the PrePersist operation
|
class |
JpaSaveOrUpdateEventListener
Overrides the LifeCycle OnSave call to call the PrePersist operation
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.