Uses of Class
org.hibernate.grammars.hql.HqlLexer
-
Packages that use HqlLexer Package Description org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlLexer in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return HqlLexer Modifier and Type Method Description HqlLexer
HqlParseTreeBuilder. buildHqlLexer(String hql)
Methods in org.hibernate.query.hql.internal with parameters of type HqlLexer Modifier and Type Method Description HqlParser
HqlParseTreeBuilder. buildHqlParser(String hql, HqlLexer hqlLexer)
-