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