org.hibernate.hql.classic

Class ParserHelper


public final class ParserHelper
extends java.lang.Object

Field Summary

static String
HQL_SEPARATORS
static String
HQL_VARIABLE_PREFIX
static String
PATH_SEPARATORS

Method Summary

static boolean
isWhitespace(String str)
static void
parse(Parser p, String text, String seperators, QueryTranslatorImpl q)

Field Details

HQL_SEPARATORS

public static final String HQL_SEPARATORS

HQL_VARIABLE_PREFIX

public static final String HQL_VARIABLE_PREFIX

PATH_SEPARATORS

public static final String PATH_SEPARATORS

Method Details

isWhitespace

public static boolean isWhitespace(String str)

parse

public static void parse(Parser p,
                         String text,
                         String seperators,
                         QueryTranslatorImpl q)
            throws QueryException