| CountQuery<T> |
|
| CursorQuery<T> |
A repeatable query returning a raw android.database.Cursor.
|
| DeleteQuery<T> |
A repeatable query for deleting entities.
New API note: this is more likely to change.
|
| Join<SRC,DST> |
A Join lets you relate to other entity types for queries, and allows using WHERE statements on the joined entity
type.
|
| LazyList<E> |
A thread-safe, unmodifiable list that reads entities once they are accessed from an underlying database cursor.
|
| Query<T> |
A repeatable query returning entities.
|
| QueryBuilder<T> |
Builds custom entity queries using constraints and parameters and without SQL (QueryBuilder creates SQL for you).
|
| WhereCondition.AbstractCondition |
|
| WhereCondition.PropertyCondition |
|
| WhereCondition.StringCondition |
|