Package org.hibernate
Class EmptyInterceptor
- java.lang.Object
-
- org.hibernate.EmptyInterceptor
-
- All Implemented Interfaces:
Serializable,Interceptor
@Deprecated(since="6.0") public class EmptyInterceptor extends Object implements Interceptor, Serializable
Deprecated.implementInterceptordirectlyAn interceptor that does nothing. May be used as a base class for application-defined custom interceptors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEmptyInterceptor()Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.Interceptor
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, findDirty, getEntity, getEntity, getEntityName, instantiate, instantiate, isTransient, onCollectionRecreate, onCollectionRecreate, onCollectionRemove, onCollectionRemove, onCollectionUpdate, onCollectionUpdate, onDelete, onDelete, onDelete, onFlushDirty, onFlushDirty, onInsert, onLoad, onLoad, onPersist, onRemove, onSave, onSave, onUpdate, onUpsert, postFlush, preFlush
-
-