Uses of Interface
org.apache.jackrabbit.spi.commons.query.jsr283.qom.QueryObjectModel

Packages that use QueryObjectModel
org.apache.jackrabbit.spi.commons.query.jsr283.qom   
org.apache.jackrabbit.spi.commons.query.qom   
org.apache.jackrabbit.spi.commons.query.sql2   
 

Uses of QueryObjectModel in org.apache.jackrabbit.spi.commons.query.jsr283.qom
 

Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom that return QueryObjectModel
 QueryObjectModel QueryObjectModelFactory.createQuery(Selector selector, Constraint constraint, Ordering[] orderings, Column[] columns)
          Creates a query with one selector.
 QueryObjectModel QueryObjectModelFactory.createQuery(Source source, Constraint constraint, Ordering[] orderings, Column[] columns)
          Creates a query with one or more selectors.
 

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

Methods in org.apache.jackrabbit.spi.commons.query.qom that return QueryObjectModel
protected abstract  QueryObjectModel QueryObjectModelFactoryImpl.createQuery(QueryObjectModelTree qomTree)
          Creates a query object model from the internal tree representation.
 QueryObjectModel QueryObjectModelFactoryImpl.createQuery(Selector selector, Constraint constraint, Ordering[] orderings, Column[] columns)
          Creates a query with one selector.
 QueryObjectModel QueryObjectModelFactoryImpl.createQuery(Source source, Constraint constraint, Ordering[] orderings, Column[] columns)
          Creates a query with one or more selectors.
 

Uses of QueryObjectModel in org.apache.jackrabbit.spi.commons.query.sql2
 

Methods in org.apache.jackrabbit.spi.commons.query.sql2 that return QueryObjectModel
 QueryObjectModel Parser.createQueryObjectModel(String query)
          Parse a JCR-SQL2 query and return the query object model
 



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