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.MetadataImplementor
default org.hibernate.mapping.PersistentClass
getEntityBinding
(Class<?> theEntityClass) default void
visitHierarchies
(Consumer<org.hibernate.mapping.RootClass> action) default void
withHierarchy
(Class<?> rootType, Consumer<org.hibernate.mapping.RootClass> action) default void
withHierarchy
(String rootTypeName, Consumer<org.hibernate.mapping.RootClass> action)
-
Method Details
-
getDomainModel
org.hibernate.boot.spi.MetadataImplementor getDomainModel() -
visitHierarchies
-
withHierarchy
-
withHierarchy
-
getEntityBinding
-