Uses of Interface
org.hibernate.testing.orm.junit.EntityManagerFactoryScope
-
Packages that use EntityManagerFactoryScope Package Description org.hibernate.testing.orm.junit -
-
Uses of EntityManagerFactoryScope in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return EntityManagerFactoryScope Modifier and Type Method Description protected EntityManagerFactoryScope
EntityManagerFactoryBasedFunctionalTest. entityManagerFactoryScope()
static EntityManagerFactoryScope
EntityManagerFactoryExtension. findEntityManagerFactoryScope(Object testInstance, org.junit.jupiter.api.extension.ExtensionContext context)
Methods in org.hibernate.testing.orm.junit that return types with arguments of type EntityManagerFactoryScope Modifier and Type Method Description static Optional<EntityManagerFactoryScope>
EntityManagerFactoryScopeExtension. findEntityManagerFactoryScope(org.junit.jupiter.api.extension.ExtensionContext context)
Methods in org.hibernate.testing.orm.junit with parameters of type EntityManagerFactoryScope Modifier and Type Method Description void
EntityManagerFactoryBasedFunctionalTest. injectEntityManagerFactoryScope(EntityManagerFactoryScope scope)
void
EntityManagerFactoryScopeContainer. injectEntityManagerFactoryScope(EntityManagerFactoryScope scope)
Callback to inject the EntityManagerFactoryScope into the container.
-