public final class ParserHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HQL_SEPARATORS |
static java.util.BitSet |
HQL_SEPARATORS_BITSET |
static java.lang.String |
HQL_VARIABLE_PREFIX |
static java.lang.String |
PATH_SEPARATORS |
Modifier and Type | Method and Description |
---|---|
static boolean |
isWhitespace(java.lang.String str) |
static void |
parse(Parser p,
java.lang.String text,
java.lang.String seperators,
QueryTranslatorImpl q) |
public static final java.lang.String HQL_VARIABLE_PREFIX
public static final java.lang.String HQL_SEPARATORS
public static final java.util.BitSet HQL_SEPARATORS_BITSET
public static final java.lang.String PATH_SEPARATORS
public static boolean isWhitespace(java.lang.String str)
public static void parse(Parser p, java.lang.String text, java.lang.String seperators, QueryTranslatorImpl q) throws QueryException
QueryException
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.