|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chromattic.core.query.QueryBuilderImpl<O>
public class QueryBuilderImpl<O>
| Method Summary | |
|---|---|
Query<O> |
get()
|
QueryBuilder<O> |
orderBy(java.lang.String orderBy)
|
QueryBuilder<O> |
where(java.lang.String whereStatement)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public QueryBuilder<O> where(java.lang.String whereStatement)
where in interface QueryBuilder<O>
public QueryBuilder<O> orderBy(java.lang.String orderBy)
throws java.lang.NullPointerException
orderBy in interface QueryBuilder<O>java.lang.NullPointerExceptionpublic Query<O> get()
get in interface QueryBuilder<O>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||