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 Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.Interceptor
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, instantiate, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onDelete, onFlushDirty, onInsert, onLoad, onPersist, onRemove, onSave, onUpdate, onUpsert, postMerge, preMerge 
- 
Constructor Details
- 
ValidationInterceptor
 
 - 
 - 
Method Details
- 
preFlush
- Specified by:
 preFlushin interfaceorg.hibernate.Interceptor
 - 
postFlush
- Specified by:
 postFlushin interfaceorg.hibernate.Interceptor
 - 
isDirty
 
 -