当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
JACCPreUpdateEventListener (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.secure
Class JACCPreUpdateEventListener
java.lang.Object
org.hibernate.secure.JACCPreUpdateEventListener
- All Implemented Interfaces:
- Initializable, JACCSecurityListener, PreUpdateEventListener, Serializable
- public class JACCPreUpdateEventListener
- extends Object
- implements PreUpdateEventListener, Initializable, JACCSecurityListener
Check security before any update
- Version:
- $Revision: 8702 $
- Author:
- Kabir Khan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JACCPreUpdateEventListener
public JACCPreUpdateEventListener()
onPreUpdate
public boolean onPreUpdate(PreUpdateEvent event)
- Description copied from interface:
PreUpdateEventListener
- Return true if the operation should be vetoed
- Specified by:
onPreUpdate
in interface PreUpdateEventListener
initialize
public void initialize(Configuration cfg)
- Specified by:
initialize
in interface Initializable