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.SubGraphContextGraphLanguageParser.AttributeNodeContext. subGraph()GraphLanguageParser.SubGraphContextGraphLanguageParser. 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 SubGraphImplementorGraphParser. visitSubGraph(GraphLanguageParser.SubGraphContext ctx)
-