org.hibernate.hql.classic
Class ParserHelper
java.lang.Object
org.hibernate.hql.classic.ParserHelper
public final class ParserHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HQL_VARIABLE_PREFIX
public static final String HQL_VARIABLE_PREFIX
- See Also:
- Constant Field Values
HQL_SEPARATORS
public static final String HQL_SEPARATORS
- See Also:
- Constant Field Values
PATH_SEPARATORS
public static final String PATH_SEPARATORS
- See Also:
- Constant Field Values
isWhitespace
public static boolean isWhitespace(String str)
parse
public static void parse(Parser p,
String text,
String seperators,
QueryTranslatorImpl q)
throws QueryException
- Throws:
QueryException