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 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 SessionFactoryScopeModifier and TypeMethodDescriptionvoid
BaseSessionFactoryFunctionalTest.injectSessionFactoryScope
(SessionFactoryScope scope) void
SessionFactoryScopeAware.injectSessionFactoryScope
(SessionFactoryScope scope) Callback to inject the SessionFactoryScope into the container