public class PathExpressionParser extends Object implements Parser
| Constructor and Description |
|---|
PathExpressionParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssociation(QueryTranslatorImpl q) |
String |
addFromAssociation(QueryTranslatorImpl q) |
String |
addFromCollection(QueryTranslatorImpl q) |
protected String[] |
currentColumns() |
void |
end(QueryTranslatorImpl q) |
void |
fetch(QueryTranslatorImpl q,
String entityName) |
String |
getCollectionSubquery(Map enabledFilters) |
String |
getName() |
protected Type |
getPropertyType() |
String |
getWhereColumn() |
String[] |
getWhereColumns() |
Type |
getWhereColumnType() |
JoinSequence |
getWhereJoin() |
void |
ignoreInitialJoin() |
boolean |
isCollectionValued() |
boolean |
isExpectingCollectionIndex() |
org.hibernate.hql.internal.classic.PathExpressionParser.CollectionElement |
lastCollectionElement() |
protected void |
setExpectingCollectionIndex() |
void |
setLastCollectionElementIndexValue(String value) |
void |
start(QueryTranslatorImpl q) |
void |
token(String token,
QueryTranslatorImpl q) |
public void ignoreInitialJoin()
public void token(String token, QueryTranslatorImpl q) throws QueryException
token in interface ParserQueryExceptionprotected Type getPropertyType() throws QueryException
QueryExceptionprotected String[] currentColumns() throws QueryException
QueryExceptionpublic void start(QueryTranslatorImpl q)
public void end(QueryTranslatorImpl q) throws QueryException
end in interface ParserQueryExceptionpublic org.hibernate.hql.internal.classic.PathExpressionParser.CollectionElement lastCollectionElement()
public void setLastCollectionElementIndexValue(String value)
public boolean isExpectingCollectionIndex()
protected void setExpectingCollectionIndex()
throws QueryException
QueryExceptionpublic JoinSequence getWhereJoin()
public String getWhereColumn() throws QueryException
QueryExceptionpublic String[] getWhereColumns()
public Type getWhereColumnType()
public String getName()
public String getCollectionSubquery(Map enabledFilters) throws QueryException
QueryExceptionpublic boolean isCollectionValued()
throws QueryException
QueryExceptionpublic void addAssociation(QueryTranslatorImpl q) throws QueryException
QueryExceptionpublic String addFromAssociation(QueryTranslatorImpl q) throws QueryException
QueryExceptionpublic String addFromCollection(QueryTranslatorImpl q) throws QueryException
QueryExceptionpublic void fetch(QueryTranslatorImpl q, String entityName) throws QueryException
QueryExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.