public interface Query<T extends Pojo>
Modifier and Type | Interface and Description |
---|---|
static class |
Query.Criteria |
static class |
Query.SortDirection |
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
execute() |
void |
limit(int n) |
void |
sort(Key<?> key,
Query.SortDirection direction) |
<S> void |
where(Key<S> key,
Query.Criteria criteria,
S value) |
<S> void where(Key<S> key, Query.Criteria criteria, S value)
void sort(Key<?> key, Query.SortDirection direction)
void limit(int n)
Copyright © 2014. All rights reserved.