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.
-
Field Summary
Fields inherited from class org.springframework.orm.hibernate.support.ChainedInterceptorSupport
log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninstantiate
(String entityName, org.hibernate.EntityMode entityMode, Serializable id) Methods inherited from class org.springframework.orm.hibernate.support.ChainedInterceptorSupport
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, getNextInterceptor, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onFlushDirty, onLoad, onPrepareStatement, onSave, postFlush, preFlush, setIdOnNewEntity, setNextInterceptor
-
Constructor Details
-
DependencyInjectionInterceptor
-
-
Method Details
-
instantiate
public Object instantiate(String entityName, org.hibernate.EntityMode entityMode, Serializable id) throws org.hibernate.CallbackException - Specified by:
instantiate
in interfaceorg.hibernate.Interceptor
- Overrides:
instantiate
in classChainedInterceptorSupport
- Throws:
org.hibernate.CallbackException
- See Also:
-
Interceptor.instantiate(java.lang.String, org.hibernate.EntityMode, java.io.Serializable)
-