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