Class QuarkusSessionFactoryObserverForDbVersionCheck
java.lang.Object
io.quarkus.hibernate.orm.runtime.observers.QuarkusSessionFactoryObserverForDbVersionCheck
- All Implemented Interfaces:
Serializable,org.hibernate.SessionFactoryObserver
public class QuarkusSessionFactoryObserverForDbVersionCheck
extends Object
implements org.hibernate.SessionFactoryObserver
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsessionFactoryCreated(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, sessionFactoryClosing
-
Constructor Details
-
QuarkusSessionFactoryObserverForDbVersionCheck
public QuarkusSessionFactoryObserverForDbVersionCheck()
-
-
Method Details
-
sessionFactoryCreated
public void sessionFactoryCreated(org.hibernate.SessionFactory factory) - Specified by:
sessionFactoryCreatedin interfaceorg.hibernate.SessionFactoryObserver
-