Package com.jalios.jcms.db
Class CustomNullsLastInterceptor
- java.lang.Object
-
- org.hibernate.EmptyInterceptor
-
- com.jalios.jcms.db.CustomNullsLastInterceptor
-
- All Implemented Interfaces:
java.io.Serializable
,org.hibernate.Interceptor
public class CustomNullsLastInterceptor extends org.hibernate.EmptyInterceptor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomNullsLastInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
onPrepareStatement(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
-
-