Uses of Interface
org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
Packages that use OrderByTemplateTokenTypes Package Description org.hibernate.sql.ordering.antlr -
-
Uses of OrderByTemplateTokenTypes in org.hibernate.sql.ordering.antlr
Classes in org.hibernate.sql.ordering.antlr that implement OrderByTemplateTokenTypes Modifier and Type Class Description classFactoryActs as aASTFactoryfor injecting our specific AST node classes into the Antlr generated trees.classGeneratedOrderByFragmentParserAntlr grammar for dealing with order-by mapping fragments.classGeneratedOrderByLexerLexer for the order-by fragment parserclassOrderByFragmentParserExtension of the Antlr-generated parser for the purpose of adding our custom parsing behavior (semantic analysis, etc).
-