Uses of Package
org.hibernate.grammars.graph
Packages that use org.hibernate.grammars.graph
-
Classes in org.hibernate.grammars.graph used by org.hibernate.grammars.graphClassDescriptionThis interface defines a complete listener for a parse tree produced by
GraphLanguageParser
.This interface defines a complete generic visitor for a parse tree produced byGraphLanguageParser
. -
Classes in org.hibernate.grammars.graph used by org.hibernate.graph.internal.parseClassDescriptionThis class provides an empty implementation of
GraphLanguageParserVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.This interface defines a complete generic visitor for a parse tree produced byGraphLanguageParser
.