com.jtri.events
Interface SessionInterceptor

All Superinterfaces:
org.hibernate.Interceptor
All Known Implementing Classes:
DefaultInterceptor

public interface SessionInterceptor
extends org.hibernate.Interceptor

Author:
atorres TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 void disposeSession()
           
 org.hibernate.Session getSession()
           
 void setSession(org.hibernate.Session sess)
           
 
Methods inherited from interface org.hibernate.Interceptor
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, instantiate, isTransient, onDelete, onFlushDirty, onLoad, onSave, postFlush, preFlush
 

Method Detail

setSession

public void setSession(org.hibernate.Session sess)

getSession

public org.hibernate.Session getSession()

disposeSession

public void disposeSession()