Modifier and Type | Field and Description |
---|---|
PropertyPath |
GeneratedHQLResolver.propertyReferencePath_return.retPath |
Constructor and Description |
---|
PropertyPath(PropertyPath path) |
Modifier and Type | Field and Description |
---|---|
protected PropertyPath |
SingleEntityQueryRendererDelegate.propertyPath |
Modifier and Type | Method and Description |
---|---|
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 |
QueryRendererDelegate.setPropertyPath(PropertyPath propertyPath)
Sets a property path representing one property in the SELECT or WHERE clause of a given query.
|
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 |
---|---|
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 |
LuceneQueryRendererDelegate.setPropertyPath(PropertyPath propertyPath) |
Copyright © 2013. All rights reserved.