Package com.atlassian.bamboo.persister
Class HibernateObjectsAuditInterceptor
java.lang.Object
org.springframework.orm.hibernate.support.ChainedInterceptorSupport
com.atlassian.bamboo.persister.HibernateObjectsAuditInterceptor
- All Implemented Interfaces:
org.hibernate.Interceptor
-
Field Summary
Fields inherited from class org.springframework.orm.hibernate.support.ChainedInterceptorSupport
log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onFlushDirty
(Object entity, Serializable id, Object[] currentState, Object[] previousState, String[] propertyNames, org.hibernate.type.Type[] types) Methods inherited from class org.springframework.orm.hibernate.support.ChainedInterceptorSupport
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, getNextInterceptor, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onLoad, onPrepareStatement, onSave, postFlush, preFlush, setIdOnNewEntity, setNextInterceptor
-
Constructor Details
-
HibernateObjectsAuditInterceptor
public HibernateObjectsAuditInterceptor()
-
-
Method Details
-
onFlushDirty
public boolean onFlushDirty(Object entity, Serializable id, Object[] currentState, Object[] previousState, String[] propertyNames, org.hibernate.type.Type[] types) throws org.hibernate.CallbackException - Specified by:
onFlushDirty
in interfaceorg.hibernate.Interceptor
- Overrides:
onFlushDirty
in classChainedInterceptorSupport
- Throws:
org.hibernate.CallbackException
- See Also:
-
Interceptor.onFlushDirty(java.lang.Object, java.io.Serializable, java.lang.Object[], java.lang.Object[], java.lang.String[], org.hibernate.type.Type[])
-