Uses of Interface
org.hibernate.grammars.ordering.OrderingParserVisitor
-
Packages that use OrderingParserVisitor Package Description org.hibernate.grammars.ordering org.hibernate.metamodel.mapping.ordering.ast -
-
Uses of OrderingParserVisitor in org.hibernate.grammars.ordering
Classes in org.hibernate.grammars.ordering that implement OrderingParserVisitor Modifier and Type Class Description class
OrderingParserBaseVisitor<T>
This class provides an empty implementation ofOrderingParserVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods. -
Uses of OrderingParserVisitor in org.hibernate.metamodel.mapping.ordering.ast
Classes in org.hibernate.metamodel.mapping.ordering.ast that implement OrderingParserVisitor Modifier and Type Class Description class
ParseTreeVisitor
-