Package org.hibernate.testing.orm.junit
Class DomainModelExtension.DomainModelScopeImpl
java.lang.Object
org.hibernate.testing.orm.junit.DomainModelExtension.DomainModelScopeImpl
- All Implemented Interfaces:
AutoCloseable
,DomainModelScope
- Enclosing class:
DomainModelExtension
public static class DomainModelExtension.DomainModelScopeImpl
extends Object
implements DomainModelScope, AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionDomainModelScopeImpl
(ServiceRegistryScope serviceRegistryScope, DomainModelProducer producer) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.testing.orm.junit.DomainModelScope
getEntityBinding, visitHierarchies, withHierarchy, withHierarchy
-
Constructor Details
-
DomainModelScopeImpl
public DomainModelScopeImpl(ServiceRegistryScope serviceRegistryScope, DomainModelProducer producer)
-
-
Method Details
-
getDomainModel
public org.hibernate.boot.spi.MetadataImplementor getDomainModel()- Specified by:
getDomainModel
in interfaceDomainModelScope
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
releaseModel
public void releaseModel()
-