Uses of Interface
org.hibernate.sql.ordering.antlr.TranslationContext
-
Packages that use TranslationContext Package Description org.hibernate.sql.ordering.antlr -
-
Uses of TranslationContext in org.hibernate.sql.ordering.antlr
Methods in org.hibernate.sql.ordering.antlr with parameters of type TranslationContext Modifier and Type Method Description static OrderByTranslationOrderByFragmentTranslator. translate(TranslationContext context, java.lang.String fragment)Perform the translation of the user-supplied fragment, returning the translation.Constructors in org.hibernate.sql.ordering.antlr with parameters of type TranslationContext Constructor Description OrderByFragmentParser(antlr.TokenStream lexer, TranslationContext context)
-