public class TynamoInterceptor extends org.hibernate.EmptyInterceptor implements org.hibernate.Interceptor, Serializable
| Constructor and Description |
|---|
TynamoInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isTransient(Object arg0)
(non-Javadoc)
|
boolean |
onFlushDirty(Object entity,
Serializable id,
Object[] currentState,
Object[] previousState,
String[] propertyNames,
org.hibernate.type.Type[] types)
(non-Javadoc)
|
boolean |
onLoad(Object entity,
Serializable id,
Object[] state,
String[] propertyNames,
org.hibernate.type.Type[] types)
(non-Javadoc)
|
boolean |
onSave(Object entity,
Serializable id,
Object[] state,
String[] propertyNames,
org.hibernate.type.Type[] types)
(non-Javadoc)
|
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, instantiate, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onPrepareStatement, postFlush, preFlushclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, instantiate, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onPrepareStatement, postFlush, preFlushpublic boolean onLoad(Object entity, Serializable id, Object[] state, String[] propertyNames, org.hibernate.type.Type[] types)
onLoad in interface org.hibernate.InterceptoronLoad in class org.hibernate.EmptyInterceptorInterceptor.onLoad(java.lang.Object, java.io.Serializable, java.lang.Object[],
java.lang.String[], org.hibernate.type.Type[])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 org.hibernate.EmptyInterceptororg.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 org.hibernate.EmptyInterceptororg.hibernate.CallbackExceptionInterceptor.onSave(java.lang.Object, java.io.Serializable, java.lang.Object[],
java.lang.String[], org.hibernate.type.Type[])Copyright © 2004–2015. All rights reserved.