public class MongoDBQueryResolverDelegate extends Object implements org.hibernate.hql.ast.spi.QueryResolverDelegate
| Constructor and Description |
|---|
MongoDBQueryResolverDelegate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPersisterReferenceAlias() |
boolean |
isUnqualifiedPropertyReference() |
org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource |
normalizeIntermediateIndexOperation(org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource propertyReferenceSource,
org.antlr.runtime.tree.Tree collectionProperty,
org.antlr.runtime.tree.Tree selector) |
org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource |
normalizePropertyPathIntermediary(org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath path,
org.antlr.runtime.tree.Tree propertyName) |
org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource |
normalizePropertyPathTerminus(org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath path,
org.antlr.runtime.tree.Tree propertyNameNode) |
org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource |
normalizeQualifiedRoot(org.antlr.runtime.tree.Tree root) |
void |
normalizeTerminalIndexOperation(org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource propertyReferenceSource,
org.antlr.runtime.tree.Tree collectionProperty,
org.antlr.runtime.tree.Tree selector) |
org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource |
normalizeUnqualifiedPropertyReference(org.antlr.runtime.tree.Tree property) |
org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource |
normalizeUnqualifiedPropertyReferenceSource(org.antlr.runtime.tree.Tree identifier394) |
org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource |
normalizeUnqualifiedRoot(org.antlr.runtime.tree.Tree root) |
void |
popStrategy() |
void |
propertyPathCompleted(org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath path) |
void |
pushFromStrategy(org.hibernate.hql.ast.common.JoinType joinType,
org.antlr.runtime.tree.Tree assosiationFetchTree,
org.antlr.runtime.tree.Tree propertyFetchTree,
org.antlr.runtime.tree.Tree alias) |
void |
pushSelectStrategy() |
void |
registerJoinAlias(org.antlr.runtime.tree.Tree alias,
org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath path) |
void |
registerPersisterSpace(org.antlr.runtime.tree.Tree entityName,
org.antlr.runtime.tree.Tree alias) |
public void registerPersisterSpace(org.antlr.runtime.tree.Tree entityName,
org.antlr.runtime.tree.Tree alias)
registerPersisterSpace in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic void registerJoinAlias(org.antlr.runtime.tree.Tree alias,
org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath path)
registerJoinAlias in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic boolean isUnqualifiedPropertyReference()
isUnqualifiedPropertyReference in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource normalizeUnqualifiedPropertyReference(org.antlr.runtime.tree.Tree property)
normalizeUnqualifiedPropertyReference in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic boolean isPersisterReferenceAlias()
isPersisterReferenceAlias in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource normalizeUnqualifiedRoot(org.antlr.runtime.tree.Tree root)
normalizeUnqualifiedRoot in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource normalizeQualifiedRoot(org.antlr.runtime.tree.Tree root)
normalizeQualifiedRoot in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource normalizePropertyPathIntermediary(org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath path,
org.antlr.runtime.tree.Tree propertyName)
normalizePropertyPathIntermediary in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource normalizeIntermediateIndexOperation(org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource propertyReferenceSource,
org.antlr.runtime.tree.Tree collectionProperty,
org.antlr.runtime.tree.Tree selector)
normalizeIntermediateIndexOperation in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic void normalizeTerminalIndexOperation(org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource propertyReferenceSource,
org.antlr.runtime.tree.Tree collectionProperty,
org.antlr.runtime.tree.Tree selector)
normalizeTerminalIndexOperation in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource normalizeUnqualifiedPropertyReferenceSource(org.antlr.runtime.tree.Tree identifier394)
normalizeUnqualifiedPropertyReferenceSource in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic org.hibernate.hql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource normalizePropertyPathTerminus(org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath path,
org.antlr.runtime.tree.Tree propertyNameNode)
normalizePropertyPathTerminus in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic void pushFromStrategy(org.hibernate.hql.ast.common.JoinType joinType,
org.antlr.runtime.tree.Tree assosiationFetchTree,
org.antlr.runtime.tree.Tree propertyFetchTree,
org.antlr.runtime.tree.Tree alias)
pushFromStrategy in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic void pushSelectStrategy()
pushSelectStrategy in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic void popStrategy()
popStrategy in interface org.hibernate.hql.ast.spi.QueryResolverDelegatepublic void propertyPathCompleted(org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath path)
propertyPathCompleted in interface org.hibernate.hql.ast.spi.QueryResolverDelegateCopyright © 2010–2017 Hibernate. All rights reserved.