org.springframework.orm.hibernate.support
Class DependencyInjectionInterceptorFactoryBean.DependencyInjectionInterceptor

java.lang.Object
  extended by org.springframework.orm.hibernate.support.ChainedInterceptorSupport
      extended by org.springframework.orm.hibernate.support.DependencyInjectionInterceptorFactoryBean.DependencyInjectionInterceptor
All Implemented Interfaces:
net.sf.hibernate.Interceptor
Enclosing class:
DependencyInjectionInterceptorFactoryBean

protected class DependencyInjectionInterceptorFactoryBean.DependencyInjectionInterceptor
extends ChainedInterceptorSupport

Class of Hibernate Interceptor returned by this factory.


Field Summary
 
Fields inherited from class org.springframework.orm.hibernate.support.ChainedInterceptorSupport
log
 
Constructor Summary
DependencyInjectionInterceptorFactoryBean.DependencyInjectionInterceptor(java.util.Set<java.lang.Class<?>> classes)
           
 
Method Summary
 java.lang.Object instantiate(java.lang.Class clazz, java.io.Serializable id)
           
 
Methods inherited from class org.springframework.orm.hibernate.support.ChainedInterceptorSupport
findDirty, getNextInterceptor, isUnsaved, onDelete, onFlushDirty, onLoad, onSave, postFlush, preFlush, setIdOnNewEntity, setNextInterceptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyInjectionInterceptorFactoryBean.DependencyInjectionInterceptor

public DependencyInjectionInterceptorFactoryBean.DependencyInjectionInterceptor(java.util.Set<java.lang.Class<?>> classes)
Method Detail

instantiate

public java.lang.Object instantiate(java.lang.Class clazz,
                                    java.io.Serializable id)
                             throws net.sf.hibernate.CallbackException
Specified by:
instantiate in interface net.sf.hibernate.Interceptor
Overrides:
instantiate in class ChainedInterceptorSupport
Throws:
net.sf.hibernate.CallbackException
See Also:
Interceptor.instantiate(java.lang.Class, java.io.Serializable)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.