Uses of Interface
org.hibernate.testing.orm.junit.SessionFactoryScope
Packages that use SessionFactoryScope
-
Uses of SessionFactoryScope in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return SessionFactoryScopeModifier and TypeMethodDescriptionstatic 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 SessionFactoryScopeModifier and TypeMethodDescriptionvoidBaseSessionFactoryFunctionalTest.injectSessionFactoryScope(SessionFactoryScope scope) voidSessionFactoryScopeAware.injectSessionFactoryScope(SessionFactoryScope scope) Callback to inject the SessionFactoryScope into the container