| Package | Description |
|---|---|
| org.hibernate.event.spi | |
| org.hibernate.secure.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPreDatabaseOperationEvent
Represents an operation we are about to perform against the database.
|
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 |
PreLoadEvent
Called before injecting property values into a newly loaded entity instance.
|
class |
PreUpdateEvent
Represents a <tt>pre-update</tt> event, which occurs just prior to
performing the update of an entity in the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JaccService.checkPermission(PermissionCheckEntityInformation entityInformation,
PermissibleAction action) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.