org.chromattic.core.query
Class QueryBuilderImpl
java.lang.Object
org.chromattic.core.query.QueryBuilderImpl
- All Implemented Interfaces:
- QueryBuilder
public class QueryBuilderImpl
- extends Object
- implements QueryBuilder
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
from
public QueryBuilder from(Class fromClass)
- Specified by:
from in interface QueryBuilder
where
public QueryBuilder where(String whereStatement)
- Specified by:
where in interface QueryBuilder
orderBy
public QueryBuilder orderBy(String orderBy)
throws NullPointerException
- Specified by:
orderBy in interface QueryBuilder
- Throws:
NullPointerException
get
public Query get()
- Specified by:
get in interface QueryBuilder
Copyright © 2009 eXo Platform SAS. All Rights Reserved.