- Version:
- 4.0
- Author:
- Emil A. Lefkof III
- See Also:
Auditable,
Serialized Form
|
Method Summary |
void |
afterTransactionBegin(org.hibernate.Transaction arg0)
|
void |
afterTransactionCompletion(org.hibernate.Transaction arg0)
|
void |
beforeTransactionCompletion(org.hibernate.Transaction arg0)
|
int[] |
findDirty(Object arg0,
Serializable arg1,
Object[] arg2,
Object[] arg3,
String[] arg4,
org.hibernate.type.Type[] arg5)
|
Object |
getEntity(String arg0,
Serializable arg1)
|
String |
getEntityName(Object arg0)
|
Object |
instantiate(String arg0,
org.hibernate.EntityMode arg1,
Serializable arg2)
|
Boolean |
isTransient(Object arg0)
|
void |
onCollectionRecreate(Object arg0,
Serializable arg1)
|
void |
onCollectionRemove(Object arg0,
Serializable arg1)
|
void |
onCollectionUpdate(Object arg0,
Serializable arg1)
|
void |
onDelete(Object arg0,
Serializable arg1,
Object[] arg2,
String[] arg3,
org.hibernate.type.Type[] arg4)
|
boolean |
onFlushDirty(Object entity,
Serializable id,
Object[] currentState,
Object[] previousState,
String[] propertyNames,
org.hibernate.type.Type[] types)
|
boolean |
onLoad(Object arg0,
Serializable arg1,
Object[] arg2,
String[] arg3,
org.hibernate.type.Type[] arg4)
|
String |
onPrepareStatement(String arg0)
|
boolean |
onSave(Object entity,
Serializable id,
Object[] state,
String[] propertyNames,
org.hibernate.type.Type[] types)
|
void |
postFlush(Iterator arg0)
|
void |
preFlush(Iterator arg0)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditInterceptor
public AuditInterceptor()
- Default constructor
getEntity
public Object getEntity(String arg0,
Serializable arg1)
throws org.hibernate.CallbackException
- Specified by:
getEntity in interface org.hibernate.Interceptor
- Throws:
org.hibernate.CallbackException
getEntityName
public String getEntityName(Object arg0)
throws org.hibernate.CallbackException
- Specified by:
getEntityName in interface org.hibernate.Interceptor
- Throws:
org.hibernate.CallbackException
isTransient
public Boolean isTransient(Object arg0)
- Specified by:
isTransient in interface org.hibernate.Interceptor
afterTransactionBegin
public void afterTransactionBegin(org.hibernate.Transaction arg0)
- Specified by:
afterTransactionBegin in interface org.hibernate.Interceptor
afterTransactionCompletion
public void afterTransactionCompletion(org.hibernate.Transaction arg0)
- Specified by:
afterTransactionCompletion in interface org.hibernate.Interceptor
beforeTransactionCompletion
public void beforeTransactionCompletion(org.hibernate.Transaction arg0)
- Specified by:
beforeTransactionCompletion in interface org.hibernate.Interceptor
findDirty
public int[] findDirty(Object arg0,
Serializable arg1,
Object[] arg2,
Object[] arg3,
String[] arg4,
org.hibernate.type.Type[] arg5)
- Specified by:
findDirty in interface org.hibernate.Interceptor
instantiate
public Object instantiate(String arg0,
org.hibernate.EntityMode arg1,
Serializable arg2)
throws org.hibernate.CallbackException
- Specified by:
instantiate in interface org.hibernate.Interceptor
- Throws:
org.hibernate.CallbackException
onCollectionRecreate
public void onCollectionRecreate(Object arg0,
Serializable arg1)
throws org.hibernate.CallbackException
- Specified by:
onCollectionRecreate in interface org.hibernate.Interceptor
- Throws:
org.hibernate.CallbackException
onCollectionRemove
public void onCollectionRemove(Object arg0,
Serializable arg1)
throws org.hibernate.CallbackException
- Specified by:
onCollectionRemove in interface org.hibernate.Interceptor
- Throws:
org.hibernate.CallbackException
onCollectionUpdate
public void onCollectionUpdate(Object arg0,
Serializable arg1)
throws org.hibernate.CallbackException
- Specified by:
onCollectionUpdate in interface org.hibernate.Interceptor
- Throws:
org.hibernate.CallbackException
onDelete
public void onDelete(Object arg0,
Serializable arg1,
Object[] arg2,
String[] arg3,
org.hibernate.type.Type[] arg4)
throws org.hibernate.CallbackException
- Specified by:
onDelete in interface org.hibernate.Interceptor
- Throws:
org.hibernate.CallbackException
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
- Throws:
org.hibernate.CallbackException
onLoad
public boolean onLoad(Object arg0,
Serializable arg1,
Object[] arg2,
String[] arg3,
org.hibernate.type.Type[] arg4)
throws org.hibernate.CallbackException
- Specified by:
onLoad in interface org.hibernate.Interceptor
- Throws:
org.hibernate.CallbackException
onPrepareStatement
public String onPrepareStatement(String arg0)
- Specified by:
onPrepareStatement in interface org.hibernate.Interceptor
onSave
public boolean onSave(Object entity,
Serializable id,
Object[] state,
String[] propertyNames,
org.hibernate.type.Type[] types)
throws org.hibernate.CallbackException
- Specified by:
onSave in interface org.hibernate.Interceptor
- Throws:
org.hibernate.CallbackException
postFlush
public void postFlush(Iterator arg0)
throws org.hibernate.CallbackException
- Specified by:
postFlush in interface org.hibernate.Interceptor
- Throws:
org.hibernate.CallbackException
preFlush
public void preFlush(Iterator arg0)
throws org.hibernate.CallbackException
- Specified by:
preFlush in interface org.hibernate.Interceptor
- Throws:
org.hibernate.CallbackException
Copyright © 1999-2010 Melloware Inc. All Rights Reserved.