Class DependencyInjectionInterceptorFactoryBean.DependencyInjectionInterceptor

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

protected class DependencyInjectionInterceptorFactoryBean.DependencyInjectionInterceptor extends ChainedInterceptorSupport
Class of Hibernate Interceptor returned by this factory.
  • Constructor Details

    • DependencyInjectionInterceptor

      public DependencyInjectionInterceptor(Set<Class<?>> classes)
  • Method Details

    • instantiate

      public Object instantiate(String entityName, org.hibernate.EntityMode entityMode, Serializable id) throws org.hibernate.CallbackException
      Specified by:
      instantiate in interface org.hibernate.Interceptor
      Overrides:
      instantiate in class ChainedInterceptorSupport
      Throws:
      org.hibernate.CallbackException
      See Also:
      • Interceptor.instantiate(java.lang.String, org.hibernate.EntityMode, java.io.Serializable)