Class HibernateObjectsAuditInterceptor

java.lang.Object
org.springframework.orm.hibernate.support.ChainedInterceptorSupport
com.atlassian.bamboo.persister.HibernateObjectsAuditInterceptor
All Implemented Interfaces:
org.hibernate.Interceptor

public class HibernateObjectsAuditInterceptor extends ChainedInterceptorSupport
  • 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 interface org.hibernate.Interceptor
      Overrides:
      onFlushDirty in class ChainedInterceptorSupport
      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[])