Uses of Interface
org.hibernate.graph.internal.parse.EntityNameResolver
Packages that use EntityNameResolver
-
Uses of EntityNameResolver in org.hibernate.graph.internal.parse
Classes in org.hibernate.graph.internal.parse that implement EntityNameResolverMethods in org.hibernate.graph.internal.parse with parameters of type EntityNameResolverModifier and TypeMethodDescriptionSubGraphGenerator.createSubGraph
(AttributeNodeImplementor<?, ?, ?> attributeNode, String subTypeName, EntityNameResolver entityNameResolver) static <T> RootGraphImplementor<T>
GraphParsing.parse
(@Nullable String name, EntityDomainType<T> rootType, GraphLanguageParser.AttributeListContext attributeListContext, EntityNameResolver entityNameResolver) static <T> RootGraphImplementor<T>
GraphParsing.parse
(EntityDomainType<T> rootType, GraphLanguageParser.AttributeListContext attributeListContext, EntityNameResolver entityNameResolver) Constructors in org.hibernate.graph.internal.parse with parameters of type EntityNameResolver