Modifier and Type | Field and Description |
---|---|
PropertyPath |
GeneratedHQLResolver.propertyReferencePath_return.retPath |
Modifier and Type | Class and Description |
---|---|
class |
AggregationPropertyPath
An aggregated property path (e.g.
|
Constructor and Description |
---|
AggregationPropertyPath(AggregationPropertyPath.Type type,
PropertyPath propertyPath) |
PropertyPath(PropertyPath other)
Creates a copy of a given path.
|
Modifier and Type | Field and Description |
---|---|
protected PropertyPath |
SingleEntityQueryRendererDelegate.propertyPath |
Modifier and Type | Field and Description |
---|---|
protected Map<String,PropertyPath> |
SingleEntityQueryRendererDelegate.aliasToPropertyPath |
Modifier and Type | Method and Description |
---|---|
protected void |
SingleEntityQueryRendererDelegate.addGrouping(PropertyPath propertyPath,
String collateName)
Add 'group by' criteria.
|
protected void |
SingleEntityQueryRendererDelegate.addSortField(PropertyPath propertyPath,
String collateName,
boolean isAscending)
Add field sort criteria.
|
PathedPropertyReferenceSource |
QueryResolverDelegate.normalizePropertyPathIntermediary(PropertyPath path,
org.antlr.runtime.tree.Tree propertyName) |
PathedPropertyReferenceSource |
QueryResolverDelegate.normalizePropertyPathTerminus(PropertyPath path,
org.antlr.runtime.tree.Tree propertyNameNode) |
void |
QueryResolverDelegate.propertyPathCompleted(PropertyPath path)
Notifies this delegate when parsing of a property path in the SELECT or WHERE is completed.
|
void |
SingleEntityQueryRendererDelegate.registerEmbeddedAlias(String alias,
PropertyPath propertyPath) |
void |
SingleEntityQueryRendererDelegate.registerJoinAlias(org.antlr.runtime.tree.Tree alias,
PropertyPath path) |
void |
QueryResolverDelegate.registerJoinAlias(org.antlr.runtime.tree.Tree alias,
PropertyPath path) |
void |
QueryRendererDelegate.registerJoinAlias(org.antlr.runtime.tree.Tree alias,
PropertyPath path) |
protected List<String> |
SingleEntityQueryRendererDelegate.resolveAlias(PropertyPath path) |
void |
QueryRendererDelegate.setPropertyPath(PropertyPath propertyPath)
Sets a property path representing one property in the SELECT, GROUP BY, WHERE or HAVING clause of a given query.
|
void |
SingleEntityQueryRendererDelegate.setPropertyReferencePath(PropertyPath propertyPath) |
void |
QueryRendererDelegate.setPropertyReferencePath(PropertyPath propertyPath) |
Modifier and Type | Method and Description |
---|---|
PropertyPath |
PropertyPathTree.getPropertyPath() |
Constructor and Description |
---|
PropertyPathTree(int type,
org.antlr.runtime.tree.CommonTree node,
PropertyPath propertyPath) |
Modifier and Type | Method and Description |
---|---|
protected void |
LuceneQueryRendererDelegate.addSortField(PropertyPath propertyPath,
String collateName,
boolean isAscending) |
PathedPropertyReferenceSource |
UntypedLuceneQueryResolverDelegate.normalizePropertyPathIntermediary(PropertyPath path,
org.antlr.runtime.tree.Tree propertyName) |
PathedPropertyReferenceSource |
ClassBasedLuceneQueryResolverDelegate.normalizePropertyPathIntermediary(PropertyPath path,
org.antlr.runtime.tree.Tree propertyName) |
PathedPropertyReferenceSource |
UntypedLuceneQueryResolverDelegate.normalizePropertyPathTerminus(PropertyPath path,
org.antlr.runtime.tree.Tree propertyNameNode) |
PathedPropertyReferenceSource |
ClassBasedLuceneQueryResolverDelegate.normalizePropertyPathTerminus(PropertyPath path,
org.antlr.runtime.tree.Tree propertyNameNode) |
void |
UntypedLuceneQueryResolverDelegate.propertyPathCompleted(PropertyPath path) |
void |
ClassBasedLuceneQueryResolverDelegate.propertyPathCompleted(PropertyPath path) |
void |
UntypedLuceneQueryResolverDelegate.registerJoinAlias(org.antlr.runtime.tree.Tree alias,
PropertyPath path) |
void |
ClassBasedLuceneQueryResolverDelegate.registerJoinAlias(org.antlr.runtime.tree.Tree alias,
PropertyPath path) |
void |
LuceneQueryRendererDelegate.setPropertyPath(PropertyPath propertyPath) |
Copyright © 2017. All rights reserved.