Uses of Interface
org.hibernate.secure.spi.PermissionCheckEntityInformation
-
Packages that use PermissionCheckEntityInformation Package Description org.hibernate.event.spi org.hibernate.secure.spi -
-
Uses of PermissionCheckEntityInformation in org.hibernate.event.spi
Classes in org.hibernate.event.spi that implement PermissionCheckEntityInformation Modifier and Type Class Description classAbstractPreDatabaseOperationEventRepresents an operation we are about to perform against the database.classPreDeleteEventRepresents a pre-delete event, which occurs just prior to performing the deletion of an entity from the database.classPreInsertEventRepresents a pre-insert event, which occurs just prior to performing the insert of an entity into the database.classPreLoadEventCalled before injecting property values into a newly loaded entity instance.classPreUpdateEventRepresents a pre-update event, which occurs just prior to performing the update of an entity in the database. -
Uses of PermissionCheckEntityInformation in org.hibernate.secure.spi
Methods in org.hibernate.secure.spi with parameters of type PermissionCheckEntityInformation Modifier and Type Method Description voidJaccService. checkPermission(PermissionCheckEntityInformation entityInformation, PermissibleAction action)Deprecated.
-