Class ValidationInterceptor
java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.validation.ValidationInterceptor
- All Implemented Interfaces:
- org.hibernate.Interceptor
Interceptor that validates entities upon save and update (flush).- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.InterceptorafterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, findDirty, getEntity, getEntity, getEntityName, instantiate, instantiate, isTransient, onCollectionRecreate, onCollectionRecreate, onCollectionRemove, onCollectionRemove, onCollectionUpdate, onCollectionUpdate, onDelete, onDelete, onDelete, onFlushDirty, onFlushDirty, onInsert, onLoad, onLoad, onPersist, onRemove, onSave, onSave, onUpdate, onUpsert
- 
Constructor Details- 
ValidationInterceptor
 
- 
- 
Method Details- 
preFlush- Specified by:
- preFlushin interface- org.hibernate.Interceptor
 
- 
postFlush- Specified by:
- postFlushin interface- org.hibernate.Interceptor
 
- 
isDirty
 
-