Package org.hibernate.testing.orm.junit
Interface DomainModelScope
-
- All Known Implementing Classes:
DomainModelExtension.DomainModelScopeImpl
public interface DomainModelScope
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description MetadataImplementorgetDomainModel()default voidvisitHierarchies(Consumer<RootClass> action)default voidwithHierarchy(Class rootType, Consumer<RootClass> action)default voidwithHierarchy(String rootTypeName, Consumer<RootClass> action)
-
-
-
Method Detail
-
getDomainModel
MetadataImplementor getDomainModel()
-
-