| Package | Description |
|---|---|
| org.hibernate.event.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
PreDeleteEvent
Represents a <tt>pre-delete</tt> event, which occurs just prior to
performing the deletion of an entity from the database.
|
class |
PreInsertEvent
Represents a <tt>pre-insert</tt> event, which occurs just prior to
performing the insert of an entity into the database.
|
class |
PreUpdateEvent
Represents a <tt>pre-update</tt> event, which occurs just prior to
performing the update of an entity in the database.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.