Uses of Interface
org.hibernate.sql.ast.origin.hql.resolve.path.PathedPropertyReferenceSource

Packages that use PathedPropertyReferenceSource
org.hibernate.sql.ast.origin.hql.resolve   
org.hibernate.sql.ast.origin.hql.resolve.path   
 

Uses of PathedPropertyReferenceSource in org.hibernate.sql.ast.origin.hql.resolve
 

Fields in org.hibernate.sql.ast.origin.hql.resolve declared as PathedPropertyReferenceSource
 PathedPropertyReferenceSource GeneratedHQLResolver.unqualifiedPropertyReference_return.propertyReferenceSource
           
 PathedPropertyReferenceSource GeneratedHQLResolver.pathedPropertyReferenceSource_return.propertyReferenceSource
           
 PathedPropertyReferenceSource GeneratedHQLResolver.intermediatePathedPropertyReference_return.propertyReferenceSource
           
 PathedPropertyReferenceSource GeneratedHQLResolver.intermediateIndexOperation_return.propertyReferenceSource
           
 PathedPropertyReferenceSource GeneratedHQLResolver.indexOperationSource_return.propertyReferenceSource
           
 

Methods in org.hibernate.sql.ast.origin.hql.resolve that return PathedPropertyReferenceSource
protected  PathedPropertyReferenceSource GeneratedHQLResolver.normalizeIntermediateIndexOperation(PathedPropertyReferenceSource propertyReferenceSource, org.antlr.runtime.tree.Tree collectionProperty, org.antlr.runtime.tree.Tree selector)
           
protected  PathedPropertyReferenceSource LuceneJPQLWalker.normalizeIntermediateIndexOperation(PathedPropertyReferenceSource propertyReferenceSource, org.antlr.runtime.tree.Tree collectionProperty, org.antlr.runtime.tree.Tree selector)
           
protected  PathedPropertyReferenceSource GeneratedHQLResolver.normalizePropertyPathIntermediary(PathedPropertyReferenceSource source, org.antlr.runtime.tree.Tree propertyName)
           
protected  PathedPropertyReferenceSource LuceneJPQLWalker.normalizePropertyPathIntermediary(PathedPropertyReferenceSource source, org.antlr.runtime.tree.Tree propertyName)
           
protected  PathedPropertyReferenceSource GeneratedHQLResolver.normalizeQualifiedRoot(org.antlr.runtime.tree.Tree identifier381)
           
protected  PathedPropertyReferenceSource LuceneJPQLWalker.normalizeQualifiedRoot(org.antlr.runtime.tree.Tree identifier381)
           
protected  PathedPropertyReferenceSource GeneratedHQLResolver.normalizeUnqualifiedPropertyReference(org.antlr.runtime.tree.Tree property)
           
protected  PathedPropertyReferenceSource LuceneJPQLWalker.normalizeUnqualifiedPropertyReference(org.antlr.runtime.tree.Tree property)
           
protected  PathedPropertyReferenceSource GeneratedHQLResolver.normalizeUnqualifiedPropertyReferenceSource(org.antlr.runtime.tree.Tree identifier394)
           
protected  PathedPropertyReferenceSource LuceneJPQLWalker.normalizeUnqualifiedPropertyReferenceSource(org.antlr.runtime.tree.Tree identifier394)
           
protected  PathedPropertyReferenceSource GeneratedHQLResolver.normalizeUnqualifiedRoot(org.antlr.runtime.tree.Tree identifier382)
           
protected  PathedPropertyReferenceSource LuceneJPQLWalker.normalizeUnqualifiedRoot(org.antlr.runtime.tree.Tree identifier382)
           
 

Methods in org.hibernate.sql.ast.origin.hql.resolve with parameters of type PathedPropertyReferenceSource
protected  PathedPropertyReferenceSource GeneratedHQLResolver.normalizeIntermediateIndexOperation(PathedPropertyReferenceSource propertyReferenceSource, org.antlr.runtime.tree.Tree collectionProperty, org.antlr.runtime.tree.Tree selector)
           
protected  PathedPropertyReferenceSource LuceneJPQLWalker.normalizeIntermediateIndexOperation(PathedPropertyReferenceSource propertyReferenceSource, org.antlr.runtime.tree.Tree collectionProperty, org.antlr.runtime.tree.Tree selector)
           
protected  PathedPropertyReferenceSource GeneratedHQLResolver.normalizePropertyPathIntermediary(PathedPropertyReferenceSource source, org.antlr.runtime.tree.Tree propertyName)
           
protected  PathedPropertyReferenceSource LuceneJPQLWalker.normalizePropertyPathIntermediary(PathedPropertyReferenceSource source, org.antlr.runtime.tree.Tree propertyName)
           
protected  org.antlr.runtime.tree.Tree GeneratedHQLResolver.normalizePropertyPathTerminus(PathedPropertyReferenceSource source, org.antlr.runtime.tree.Tree propertyNameNode)
           
protected  org.antlr.runtime.tree.Tree LuceneJPQLWalker.normalizePropertyPathTerminus(PathedPropertyReferenceSource source, org.antlr.runtime.tree.Tree propertyNameNode)
           
protected  void GeneratedHQLResolver.normalizeTerminalIndexOperation(PathedPropertyReferenceSource propertyReferenceSource, org.antlr.runtime.tree.Tree collectionProperty, org.antlr.runtime.tree.Tree selector)
           
protected  void LuceneJPQLWalker.normalizeTerminalIndexOperation(PathedPropertyReferenceSource propertyReferenceSource, org.antlr.runtime.tree.Tree collectionProperty, org.antlr.runtime.tree.Tree selector)
           
 

Uses of PathedPropertyReferenceSource in org.hibernate.sql.ast.origin.hql.resolve.path
 

Classes in org.hibernate.sql.ast.origin.hql.resolve.path that implement PathedPropertyReferenceSource
 class PathedPropertyReference
           
 



Copyright © 2012 Hibernate. All Rights Reserved.