public final class ParserHelper extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | HQL_SEPARATORS | 
| static BitSet | HQL_SEPARATORS_BITSET | 
| static String | HQL_VARIABLE_PREFIX | 
| static String | PATH_SEPARATORS | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | isWhitespace(String str) | 
| static void | parse(Parser p,
     String text,
     String seperators,
     QueryTranslatorImpl q) | 
public static final String HQL_VARIABLE_PREFIX
public static final String HQL_SEPARATORS
public static final BitSet HQL_SEPARATORS_BITSET
public static final String PATH_SEPARATORS
public static boolean isWhitespace(String str)
public static void parse(Parser p, String text, String seperators, QueryTranslatorImpl q) throws QueryException
QueryExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.