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 EntityManagerFactoryScopeEntityManagerFactoryBasedFunctionalTest.entityManagerFactoryScope()static EntityManagerFactoryScopeEntityManagerFactoryExtension.findEntityManagerFactoryScope(Object testScope, Optional<Jpa> emfAnnWrapper, 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 TypeMethodDescriptionvoidEntityManagerFactoryBasedFunctionalTest.injectEntityManagerFactoryScope(EntityManagerFactoryScope scope) voidEntityManagerFactoryScopeContainer.injectEntityManagerFactoryScope(EntityManagerFactoryScope scope) Callback to inject the EntityManagerFactoryScope into the container.