Uses of Interface
org.hibernate.testing.orm.junit.EntityManagerFactoryScope
Packages that use EntityManagerFactoryScope
-
Uses of EntityManagerFactoryScope in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return EntityManagerFactoryScopeModifier and TypeMethodDescriptionprotected EntityManagerFactoryScope
EntityManagerFactoryBasedFunctionalTest.entityManagerFactoryScope()
static EntityManagerFactoryScope
EntityManagerFactoryExtension.findEntityManagerFactoryScope
(Object testScope, Optional<Jpa> optionalJpa, org.junit.jupiter.api.extension.ExtensionContext context) Methods in org.hibernate.testing.orm.junit that return types with arguments of type EntityManagerFactoryScopeModifier and TypeMethodDescriptionstatic Optional<EntityManagerFactoryScope>
EntityManagerFactoryScopeExtension.findEntityManagerFactoryScope
(org.junit.jupiter.api.extension.ExtensionContext context) Methods in org.hibernate.testing.orm.junit with parameters of type EntityManagerFactoryScopeModifier and TypeMethodDescriptionvoid
EntityManagerFactoryBasedFunctionalTest.injectEntityManagerFactoryScope
(EntityManagerFactoryScope scope) void
EntityManagerFactoryScopeContainer.injectEntityManagerFactoryScope
(EntityManagerFactoryScope scope) Callback to inject the EntityManagerFactoryScope into the container.