Uses of Class
org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
-
Packages that use GraphLanguageParser.SubGraphContext Package Description org.hibernate.grammars.graph org.hibernate.graph.internal.parse -
-
Uses of GraphLanguageParser.SubGraphContext in org.hibernate.grammars.graph
Methods in org.hibernate.grammars.graph that return GraphLanguageParser.SubGraphContext Modifier and Type Method Description GraphLanguageParser.SubGraphContext
GraphLanguageParser.AttributeNodeContext. subGraph()
GraphLanguageParser.SubGraphContext
GraphLanguageParser. subGraph()
-
Uses of GraphLanguageParser.SubGraphContext in org.hibernate.graph.internal.parse
Methods in org.hibernate.graph.internal.parse with parameters of type GraphLanguageParser.SubGraphContext Modifier and Type Method Description SubGraphImplementor
GraphParser. visitSubGraph(GraphLanguageParser.SubGraphContext ctx)
-