public interface DomainModelScope
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.boot.spi.MetadataImplementor |
getDomainModel() |
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) |
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.