Package org.hibernate.testing.orm.junit
Interface DomainModelScope
- All Known Implementing Classes:
DomainModelExtension.DomainModelScopeImpl
public interface DomainModelScope
-
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.boot.spi.MetadataImplementordefault org.hibernate.mapping.PersistentClassgetEntityBinding(Class<?> theEntityClass) 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)
-
Method Details
-
getDomainModel
org.hibernate.boot.spi.MetadataImplementor getDomainModel() -
visitHierarchies
-
withHierarchy
-
withHierarchy
-
getEntityBinding
-