java.lang.Object
org.hibernate.EmptyInterceptor
org.hibernate.test.sqlinterceptor.SQLInterceptorTest.SQLInterceptor
- All Implemented Interfaces:
- org.hibernate.Interceptor, java.io.Serializable
- Enclosing class:
- SQLInterceptorTest
- static class SQLInterceptorTest.SQLInterceptor
- extends org.hibernate.EmptyInterceptor
| Methods inherited from class org.hibernate.EmptyInterceptor |
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onFlushDirty, onLoad, onSave, postFlush, preFlush |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
preparedSQL
java.util.List preparedSQL
SQLInterceptorTest.SQLInterceptor
SQLInterceptorTest.SQLInterceptor()
onPrepareStatement
public java.lang.String onPrepareStatement(java.lang.String sql)
- Description copied from interface:
org.hibernate.Interceptor
- Called when sql string is being prepared.