Uses of Interface
org.hibernate.testing.orm.junit.SessionFactoryScope
-
Packages that use SessionFactoryScope Package Description org.hibernate.testing.orm.junit -
-
Uses of SessionFactoryScope in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return SessionFactoryScope Modifier and Type Method Description static SessionFactoryScope
SessionFactoryExtension. findSessionFactoryScope(Object testInstance, org.junit.jupiter.api.extension.ExtensionContext context)
Intended for use from external consumers.protected SessionFactoryScope
BaseSessionFactoryFunctionalTest. sessionFactoryScope()
Methods in org.hibernate.testing.orm.junit with parameters of type SessionFactoryScope Modifier and Type Method Description void
BaseSessionFactoryFunctionalTest. injectSessionFactoryScope(SessionFactoryScope scope)
void
SessionFactoryScopeAware. injectSessionFactoryScope(SessionFactoryScope scope)
Callback to inject the SessionFactoryScope into the container
-