Uses of Interface
org.hibernate.testing.orm.junit.DomainModelScope
-
Packages that use DomainModelScope Package Description org.hibernate.testing.orm.junit -
-
Uses of DomainModelScope in org.hibernate.testing.orm.junit
Classes in org.hibernate.testing.orm.junit that implement DomainModelScope Modifier and Type Class Description static class
DomainModelExtension.DomainModelScopeImpl
Methods in org.hibernate.testing.orm.junit that return DomainModelScope Modifier and Type Method Description static DomainModelScope
DomainModelExtension. findDomainModelScope(Object testInstance, org.junit.jupiter.api.extension.ExtensionContext context)
Intended for use from external consumers.static DomainModelScope
DomainModelExtension. resolveForMethodLevelSessionFactoryScope(org.junit.jupiter.api.extension.ExtensionContext context)
Methods in org.hibernate.testing.orm.junit with parameters of type DomainModelScope Modifier and Type Method Description void
BaseSessionFactoryFunctionalTest. injectTestModelScope(DomainModelScope modelScope)
void
DomainModelScopeAware. injectTestModelScope(DomainModelScope modelScope)
-