Uses of Package
org.hibernate.grammars.ordering
Packages that use org.hibernate.grammars.ordering
-
Classes in org.hibernate.grammars.ordering used by org.hibernate.grammars.orderingClassDescriptionThis interface defines a complete listener for a parse tree produced by
OrderingParser
.This interface defines a complete generic visitor for a parse tree produced byOrderingParser
. -
Classes in org.hibernate.grammars.ordering used by org.hibernate.metamodel.mapping.ordering.astClassDescriptionThis class provides an empty implementation of
OrderingParserVisitor
, 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 byOrderingParser
.