Class PostgresInterceptor
java.lang.Object
org.hibernate.EmptyInterceptor
org.bonitasoft.engine.persistence.PostgresInterceptor
- All Implemented Interfaces:
Serializable,org.hibernate.Interceptor
public class PostgresInterceptor
extends org.hibernate.EmptyInterceptor
Make search case insensitive in postgres by using `ilike` instead of `like`
- See Also:
-
Field Summary
Fields inherited from class org.hibernate.EmptyInterceptor
INSTANCE -
Constructor Summary
Constructors -
Method Summary
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
-
PostgresInterceptor
public PostgresInterceptor()
-
-
Method Details
-
onPrepareStatement
- Specified by:
onPrepareStatementin interfaceorg.hibernate.Interceptor- Overrides:
onPrepareStatementin classorg.hibernate.EmptyInterceptor
-