public class HibernateObjectsAuditInterceptor extends ChainedInterceptorSupport
log
Constructor and Description |
---|
HibernateObjectsAuditInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
afterTransactionCompletion(org.hibernate.Transaction transaction) |
boolean |
onFlushDirty(Object entity,
Serializable id,
Object[] currentState,
Object[] previousState,
String[] propertyNames,
org.hibernate.type.Type[] types) |
afterTransactionBegin, beforeTransactionCompletion, findDirty, getEntity, getEntityName, getNextInterceptor, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onLoad, onPrepareStatement, onSave, postFlush, preFlush, setIdOnNewEntity, setNextInterceptor
public boolean onFlushDirty(Object entity, Serializable id, Object[] currentState, Object[] previousState, String[] propertyNames, org.hibernate.type.Type[] types) throws org.hibernate.CallbackException
onFlushDirty
in interface org.hibernate.Interceptor
onFlushDirty
in class ChainedInterceptorSupport
org.hibernate.CallbackException
Interceptor.onFlushDirty(java.lang.Object, java.io.Serializable,
java.lang.Object[], java.lang.Object[], java.lang.String[],
org.hibernate.type.Type[])
public void afterTransactionCompletion(org.hibernate.Transaction transaction)
afterTransactionCompletion
in interface org.hibernate.Interceptor
afterTransactionCompletion
in class ChainedInterceptorSupport
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.