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.implementInterceptor
directlyAn interceptor that does nothing. May be used as a base class for application-defined custom interceptors.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Interceptor
INSTANCE
Deprecated.The singleton reference.
-
Constructor Summary
Constructors Modifier Constructor Description protected
EmptyInterceptor()
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, onFlushDirty, onFlushDirty, onLoad, onLoad, onSave, onSave, postFlush, preFlush
-
-
-
-
Field Detail
-
INSTANCE
public static final Interceptor INSTANCE
Deprecated.The singleton reference.
-
-