public class DirtiedHibernateSessionObjectRecorder extends ChainedInterceptorSupport
| Constructor and Description |
|---|
DirtiedHibernateSessionObjectRecorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDelete(Object entity,
Serializable id,
Object[] state,
String[] propertyNames,
org.hibernate.type.Type[] types) |
boolean |
onFlushDirty(Object entity,
Serializable id,
Object[] currentState,
Object[] previousState,
String[] propertyNames,
org.hibernate.type.Type[] types) |
boolean |
onSave(Object entity,
Serializable id,
Object[] state,
String[] propertyNames,
org.hibernate.type.Type[] types) |
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, getNextInterceptor, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onLoad, onPrepareStatement, postFlush, preFlush, setIdOnNewEntity, setNextInterceptorpublic DirtiedHibernateSessionObjectRecorder()
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.InterceptoronFlushDirty in class ChainedInterceptorSupportorg.hibernate.CallbackExceptionInterceptor.onFlushDirty(java.lang.Object, java.io.Serializable,
java.lang.Object[], java.lang.Object[], java.lang.String[],
org.hibernate.type.Type[])public boolean onSave(Object entity, Serializable id, Object[] state, String[] propertyNames, org.hibernate.type.Type[] types) throws org.hibernate.CallbackException
onSave in interface org.hibernate.InterceptoronSave in class ChainedInterceptorSupportorg.hibernate.CallbackExceptionInterceptor.onSave(java.lang.Object, java.io.Serializable,
java.lang.Object[], java.lang.String[], org.hibernate.type.Type[])public void onDelete(Object entity, Serializable id, Object[] state, String[] propertyNames, org.hibernate.type.Type[] types) throws org.hibernate.CallbackException
onDelete in interface org.hibernate.InterceptoronDelete in class ChainedInterceptorSupportorg.hibernate.CallbackExceptionInterceptor.onDelete(java.lang.Object, java.io.Serializable,
java.lang.Object[], java.lang.String[], org.hibernate.type.Type[])Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.