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 Summary
ConstructorsConstructorDescriptionSessionFactoryObserverForSchemaExport(org.hibernate.boot.spi.MetadataImplementor metadata) -
Method Summary
Modifier and TypeMethodDescriptionvoidsessionFactoryClosing(org.hibernate.SessionFactory factory) voidsessionFactoryCreated(org.hibernate.SessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.SessionFactoryObserver
sessionFactoryClosed
-
Constructor Details
-
SessionFactoryObserverForSchemaExport
public SessionFactoryObserverForSchemaExport(org.hibernate.boot.spi.MetadataImplementor metadata)
-
-
Method Details
-
sessionFactoryCreated
public void sessionFactoryCreated(org.hibernate.SessionFactory factory) - Specified by:
sessionFactoryCreatedin interfaceorg.hibernate.SessionFactoryObserver
-
sessionFactoryClosing
public void sessionFactoryClosing(org.hibernate.SessionFactory factory) - Specified by:
sessionFactoryClosingin interfaceorg.hibernate.SessionFactoryObserver
-