Package | Description |
---|---|
org.hibernate.hql.internal.ast |
An ANTLR-based parser for Hibernate Query Language.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidWithClauseException
Indicates an issue with the encountered with-clause.
|
Modifier and Type | Method and Description |
---|---|
static QuerySyntaxException |
QuerySyntaxException.convert(antlr.RecognitionException e)
Converts the given ANTLR RecognitionException into a QuerySyntaxException.
|
static QuerySyntaxException |
QuerySyntaxException.convert(antlr.RecognitionException e,
String hql)
Converts the given ANTLR RecognitionException into a QuerySyntaxException.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.