Class SessionFactoryObserverForSchemaExport

java.lang.Object
io.quarkus.hibernate.orm.runtime.observers.SessionFactoryObserverForSchemaExport
All Implemented Interfaces:
Serializable, org.hibernate.SessionFactoryObserver

public final class SessionFactoryObserverForSchemaExport extends Object implements org.hibernate.SessionFactoryObserver
See Also:
  • Constructor Details

    • SessionFactoryObserverForSchemaExport

      public SessionFactoryObserverForSchemaExport(org.hibernate.boot.spi.MetadataImplementor metadata)
  • 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