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 |
DefaultDeleteEventListener
Defines the default delete event listener used by hibernate for deleting entities
from the datastore in response to generated delete events.
|
Modifier and Type | Field and Description |
---|---|
static EventType<DeleteEventListener> |
EventType.DELETE |
Modifier and Type | Class and Description |
---|---|
class |
JpaDeleteEventListener
Overrides the LifeCycle OnSave call to call the PreRemove operation
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.