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 classDomainModelExtension.DomainModelScopeImplMethods in org.hibernate.testing.orm.junit that return DomainModelScope Modifier and Type Method Description static DomainModelScopeDomainModelExtension. findDomainModelScope(Object testInstance, org.junit.jupiter.api.extension.ExtensionContext context)Methods in org.hibernate.testing.orm.junit with parameters of type DomainModelScope Modifier and Type Method Description voidBaseSessionFactoryFunctionalTest. injectTestModelScope(DomainModelScope modelScope)voidDomainModelScopeAware. injectTestModelScope(DomainModelScope modelScope)
-