Class CustomSessionFactoryObserver

java.lang.Object
edu.sc.seis.sod.hibernate.CustomSessionFactoryObserver
All Implemented Interfaces:
java.io.Serializable, org.hibernate.SessionFactoryObserver

public class CustomSessionFactoryObserver
extends java.lang.Object
implements org.hibernate.SessionFactoryObserver
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    CustomSessionFactoryObserver()  
  • Method Summary

    Modifier and Type Method Description
    void sessionFactoryClosed​(org.hibernate.SessionFactory factory)  
    void sessionFactoryClosing​(org.hibernate.SessionFactory factory)  
    void sessionFactoryCreated​(org.hibernate.SessionFactory factory)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • sessionFactoryCreated

      public void sessionFactoryCreated​(org.hibernate.SessionFactory factory)
      Specified by:
      sessionFactoryCreated in interface org.hibernate.SessionFactoryObserver
    • sessionFactoryClosing

      public void sessionFactoryClosing​(org.hibernate.SessionFactory factory)
      Specified by:
      sessionFactoryClosing in interface org.hibernate.SessionFactoryObserver
    • sessionFactoryClosed

      public void sessionFactoryClosed​(org.hibernate.SessionFactory factory)
      Specified by:
      sessionFactoryClosed in interface org.hibernate.SessionFactoryObserver