Class SQLServerInterceptor
- java.lang.Object
-
- org.hibernate.EmptyInterceptor
-
- org.bonitasoft.engine.persistence.SQLServerInterceptor
-
- All Implemented Interfaces:
java.io.Serializable,org.hibernate.Interceptor
public class SQLServerInterceptor extends org.hibernate.EmptyInterceptor- Author:
- Matthieu Chaffotte
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLServerInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringonPrepareStatement(java.lang.String sql)-
Methods inherited from class org.hibernate.EmptyInterceptor
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onFlushDirty, onLoad, onSave, postFlush, preFlush
-
-