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 SessionFactoryScopeSessionFactoryExtension. findSessionFactoryScope(Object testInstance, org.junit.jupiter.api.extension.ExtensionContext context)Intended for use from external consumers.protected SessionFactoryScopeBaseSessionFactoryFunctionalTest. sessionFactoryScope()Methods in org.hibernate.testing.orm.junit with parameters of type SessionFactoryScope Modifier and Type Method Description voidBaseSessionFactoryFunctionalTest. injectSessionFactoryScope(SessionFactoryScope scope)voidSessionFactoryScopeAware. injectSessionFactoryScope(SessionFactoryScope scope)Callback to inject the SessionFactoryScope into the container
-