Uses of Interface
org.hibernate.testing.orm.junit.DomainModelProducer
-
Packages that use DomainModelProducer Package Description org.hibernate.testing.orm.junit -
-
Uses of DomainModelProducer in org.hibernate.testing.orm.junit
Classes in org.hibernate.testing.orm.junit that implement DomainModelProducer Modifier and Type Class Description class
BaseSessionFactoryFunctionalTest
Template (GoF pattern) based abstract class for tests bridging the legacy approach of SessionFactory building as a test fixtureConstructors in org.hibernate.testing.orm.junit with parameters of type DomainModelProducer Constructor Description DomainModelScopeImpl(ServiceRegistryScope serviceRegistryScope, DomainModelProducer producer)
-