Interface DomainModelScope

    • Method Detail

      • 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)