接口的使用
org.hibernate.secure.spi.PermissionCheckEntityInformation
-
使用PermissionCheckEntityInformation的程序包 程序包 说明 org.hibernate.event.spi org.hibernate.secure.internal org.hibernate.secure.spi -
-
org.hibernate.event.spi中PermissionCheckEntityInformation的使用
实现PermissionCheckEntityInformation的org.hibernate.event.spi中的类 修饰符和类型 类 说明 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. -
org.hibernate.secure.internal中PermissionCheckEntityInformation的使用
参数类型为PermissionCheckEntityInformation的org.hibernate.secure.internal中的方法 修饰符和类型 方法 说明 voidDisabledJaccServiceImpl. checkPermission(PermissionCheckEntityInformation entityInformation, PermissibleAction action)voidStandardJaccServiceImpl. checkPermission(PermissionCheckEntityInformation entityInformation, PermissibleAction action)protected voidAbstractJaccSecurableEventListener. performSecurityCheck(SessionImplementor session, PermissionCheckEntityInformation entityInformation, PermissibleAction action) -
org.hibernate.secure.spi中PermissionCheckEntityInformation的使用
参数类型为PermissionCheckEntityInformation的org.hibernate.secure.spi中的方法 修饰符和类型 方法 说明 voidJaccService. checkPermission(PermissionCheckEntityInformation entityInformation, PermissibleAction action)
-