Package | Description |
---|---|
org.hibernate.event.spi | |
org.hibernate.secure.internal | |
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 pre-delete event, which occurs just prior to
performing the deletion of an entity from the database.
|
class |
PreInsertEvent
Represents a pre-insert 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 pre-update event, which occurs just prior to
performing the update of an entity in the database.
|
Modifier and Type | Method and Description |
---|---|
void |
DisabledJaccServiceImpl.checkPermission(PermissionCheckEntityInformation entityInformation,
PermissibleAction action) |
void |
StandardJaccServiceImpl.checkPermission(PermissionCheckEntityInformation entityInformation,
PermissibleAction action) |
protected void |
AbstractJaccSecurableEventListener.performSecurityCheck(SessionImplementor session,
PermissionCheckEntityInformation entityInformation,
PermissibleAction action) |
Modifier and Type | Method and Description |
---|---|
void |
JaccService.checkPermission(PermissionCheckEntityInformation entityInformation,
PermissibleAction action) |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.