com.taggercat
Class ViewResponseSessionFactory.LazyTransactionEventListener

java.lang.Object
  extended by com.taggercat.ViewResponseSessionFactory.LazyTransactionEventListener
All Implemented Interfaces:
java.io.Serializable, org.hibernate.event.LoadEventListener
Enclosing class:
ViewResponseSessionFactory

public static class ViewResponseSessionFactory.LazyTransactionEventListener
extends java.lang.Object
implements org.hibernate.event.LoadEventListener

See Also:
Serialized Form
 

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.hibernate.event.LoadEventListener
org.hibernate.event.LoadEventListener.LoadType
 
Field Summary
 
Fields inherited from interface org.hibernate.event.LoadEventListener
GET, IMMEDIATE_LOAD, INTERNAL_LOAD_EAGER, INTERNAL_LOAD_LAZY, INTERNAL_LOAD_NULLABLE, LOAD, RELOAD
 
Constructor Summary
ViewResponseSessionFactory.LazyTransactionEventListener(org.hibernate.Session session)
           
 
Method Summary
 void onLoad(org.hibernate.event.LoadEvent event, org.hibernate.event.LoadEventListener.LoadType loadType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewResponseSessionFactory.LazyTransactionEventListener

public ViewResponseSessionFactory.LazyTransactionEventListener(org.hibernate.Session session)
Method Detail

onLoad

public void onLoad(org.hibernate.event.LoadEvent event,
                   org.hibernate.event.LoadEventListener.LoadType loadType)
            throws org.hibernate.HibernateException
Specified by:
onLoad in interface org.hibernate.event.LoadEventListener
Throws:
org.hibernate.HibernateException