org.jboss.seam.security
Class HibernateSecurityInterceptor

java.lang.Object
  extended by org.hibernate.EmptyInterceptor
      extended by org.jboss.seam.security.HibernateSecurityInterceptor
All Implemented Interfaces:
Serializable, org.hibernate.Interceptor

public class HibernateSecurityInterceptor
extends org.hibernate.EmptyInterceptor

Facilitates security checks for Hibernate entities

Author:
Shane Bryzak
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hibernate.EmptyInterceptor
INSTANCE
 
Constructor Summary
HibernateSecurityInterceptor()
           
 
Method Summary
 
Methods inherited from class org.hibernate.EmptyInterceptor
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onFlushDirty, onLoad, onPrepareStatement, onSave, postFlush, preFlush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateSecurityInterceptor

public HibernateSecurityInterceptor()


Copyright © 2010 Seam Framework. All Rights Reserved.