站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

JACCPreLoadEventListener (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.secure
Class JACCPreLoadEventListener

java.lang.Object
  extended byorg.hibernate.secure.JACCPreLoadEventListener
All Implemented Interfaces:
Initializable, JACCSecurityListener, PreLoadEventListener, Serializable

public class JACCPreLoadEventListener
extends Object
implements PreLoadEventListener, Initializable, JACCSecurityListener

Check security before any load

Version:
$Revision: 8702 $
Author:
Kabir Khan
See Also:
Serialized Form

Constructor Summary
JACCPreLoadEventListener()
           
 
Method Summary
 void initialize(Configuration cfg)
           
 void onPreLoad(PreLoadEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JACCPreLoadEventListener

public JACCPreLoadEventListener()
Method Detail

onPreLoad

public void onPreLoad(PreLoadEvent event)
Specified by:
onPreLoad in interface PreLoadEventListener

initialize

public void initialize(Configuration cfg)
Specified by:
initialize in interface Initializable