当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
ParserHelper (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.hql
Class ParserHelper
java.lang.Object
net.sf.hibernate.hql.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
WHITESPACE
public static final String WHITESPACE
- See Also:
- Constant Field Values
isWhitespace
public static boolean isWhitespace(String str)
parse
public static void parse(Parser p,
String text,
String seperators,
QueryTranslator q)
throws QueryException
- Throws:
QueryException