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 org.hibernate.boot.spi.MetadataImplementorgetDomainModel()default voidvisitHierarchies(Consumer<org.hibernate.mapping.RootClass> action)default voidwithHierarchy(Class rootType, Consumer<org.hibernate.mapping.RootClass> action)default voidwithHierarchy(String rootTypeName, Consumer<org.hibernate.mapping.RootClass> action)
-