Interface DomainModelScope

All Known Implementing Classes:
DomainModelExtension.DomainModelScopeImpl

public interface DomainModelScope
  • Method Details

    • getDomainModel

      org.hibernate.boot.spi.MetadataImplementor getDomainModel()
    • visitHierarchies

      default void visitHierarchies(Consumer<org.hibernate.mapping.RootClass> action)
    • withHierarchy

      default void withHierarchy(Class<?> rootType, Consumer<org.hibernate.mapping.RootClass> action)
    • withHierarchy

      default void withHierarchy(String rootTypeName, Consumer<org.hibernate.mapping.RootClass> action)
    • getEntityBinding

      default org.hibernate.mapping.PersistentClass getEntityBinding(Class<?> theEntityClass)