it.sistematica.isharedoc.persistence
Class FileRuleEventInterceptor

java.lang.Object
  extended by it.neverworks.hibernate.EmptyEventInterceptor
      extended by it.sistematica.isharedoc.persistence.FileRuleEventInterceptor
All Implemented Interfaces:
it.neverworks.hibernate.EventInterceptor

public class FileRuleEventInterceptor
extends it.neverworks.hibernate.EmptyEventInterceptor


Constructor Summary
FileRuleEventInterceptor()
           
 
Method Summary
 void onSave(it.neverworks.persistence.Event event)
           
 void onTransactionCompletion(it.neverworks.persistence.Event event)
           
 void onUpdate(it.neverworks.persistence.Event event)
           
 
Methods inherited from class it.neverworks.hibernate.EmptyEventInterceptor
onCheck, onCollectionChange, onDelete, onLoad, onPostFlush, onTransactionBegin, onTransactionCommit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileRuleEventInterceptor

public FileRuleEventInterceptor()
Method Detail

onSave

public void onSave(it.neverworks.persistence.Event event)
Specified by:
onSave in interface it.neverworks.hibernate.EventInterceptor
Overrides:
onSave in class it.neverworks.hibernate.EmptyEventInterceptor

onUpdate

public void onUpdate(it.neverworks.persistence.Event event)
Specified by:
onUpdate in interface it.neverworks.hibernate.EventInterceptor
Overrides:
onUpdate in class it.neverworks.hibernate.EmptyEventInterceptor

onTransactionCompletion

public void onTransactionCompletion(it.neverworks.persistence.Event event)
Specified by:
onTransactionCompletion in interface it.neverworks.hibernate.EventInterceptor
Overrides:
onTransactionCompletion in class it.neverworks.hibernate.EmptyEventInterceptor