Uses of Interface
org.chromattic.api.query.QueryBuilder

Packages that use QueryBuilder
org.chromattic.api   
org.chromattic.api.query   
 

Uses of QueryBuilder in org.chromattic.api
 

Methods in org.chromattic.api that return QueryBuilder
 QueryBuilder<?> ChromatticSession.createQueryBuilder()
           
 

Uses of QueryBuilder in org.chromattic.api.query
 

Methods in org.chromattic.api.query that return QueryBuilder
<O> QueryBuilder<O>
QueryBuilder.from(Class<O> fromClass)
          Set the node type of the from clause of the query.
<O> QueryBuilder<O>
QueryBuilder.orderBy(String orderBy)
          Set the order by clause of the query.
<O> QueryBuilder<O>
QueryBuilder.where(String where)
          Set the where clause of the query.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.