Uses of Class
org.apache.jackrabbit.spi.commons.query.qom.SourceImpl

Packages that use SourceImpl
org.apache.jackrabbit.spi.commons.query.qom   
 

Uses of SourceImpl in org.apache.jackrabbit.spi.commons.query.qom
 

Subclasses of SourceImpl in org.apache.jackrabbit.spi.commons.query.qom
 class JoinImpl
          JoinImpl...
 class SelectorImpl
          SelectorImpl...
 

Methods in org.apache.jackrabbit.spi.commons.query.qom that return SourceImpl
 SourceImpl QueryObjectModelTree.getSource()
          Gets the node-tuple source for this query.
 

Constructors in org.apache.jackrabbit.spi.commons.query.qom with parameters of type SourceImpl
QueryObjectModelTree(NamePathResolver resolver, SourceImpl source, ConstraintImpl constraint, OrderingImpl[] orderings, ColumnImpl[] columns)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.