Package | Description |
---|---|
org.hibernate.hql | |
org.hibernate.hql.internal.logging | |
org.hibernate.hql.lucene.internal.logging |
Modifier and Type | Method and Description |
---|---|
<T> T |
QueryParser.parseQuery(String queryString,
AstProcessingChain<T> processingChain)
Parses the given query string.
|
Modifier and Type | Method and Description |
---|---|
ParsingException |
Log.getInvalidQuerySyntaxDueToUnconsumedTokensException(String query,
String unconsumedTokens) |
ParsingException |
Log.getInvalidQuerySyntaxException(String query,
List<?> parserErrorMessages) |
ParsingException |
Log.getInvalidQuerySyntaxException(String query,
org.antlr.runtime.RecognitionException cause) |
Modifier and Type | Method and Description |
---|---|
ParsingException |
Log.getNoSuchPropertyException(String typeName,
String propertyName) |
ParsingException |
Log.getProjectionOfCompleteEmbeddedEntitiesNotSupportedException(String typeName,
String propertyPath) |
ParsingException |
Log.getQueryOnAnalyzedPropertyNotSupportedException(String typeName,
String propertyName) |
ParsingException |
Log.getUnknownAliasException(String unknownAlias) |
Copyright © 2013. All rights reserved.