Class CTSQLInterceptor
Object
org.hibernate.EmptyInterceptor
com.liferay.portal.internal.change.tracking.hibernate.CTSQLInterceptor
- All Implemented Interfaces:
Serializable
,org.hibernate.Interceptor
public class CTSQLInterceptor
extends org.hibernate.EmptyInterceptor
- Author:
- Preston Crary
- See Also:
-
Field Summary
Fields inherited from class org.hibernate.EmptyInterceptor
INSTANCE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononPrepareStatement
(String sql) void
setEnabled
(boolean enabled) Methods inherited from class org.hibernate.EmptyInterceptor
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onFlushDirty, onLoad, onSave, postFlush, preFlush
-
Constructor Details
-
CTSQLInterceptor
public CTSQLInterceptor()
-
-
Method Details
-
onPrepareStatement
- Specified by:
onPrepareStatement
in interfaceorg.hibernate.Interceptor
- Overrides:
onPrepareStatement
in classorg.hibernate.EmptyInterceptor
-
setEnabled
public void setEnabled(boolean enabled)
-