T - type of objects.public static class PreparedGetListOfObjects.Builder<T>
extends java.lang.Object
PreparedGetListOfObjects Operation.| Modifier and Type | Method and Description |
|---|---|
PreparedGetListOfObjects.CompleteBuilder<T> |
withQuery(Query query)
Required: Specifies query which will be passed to
StorIOSQLite
to get list of objects. |
PreparedGetListOfObjects.CompleteBuilder<T> |
withQuery(RawQuery rawQuery)
|
@NonNull public PreparedGetListOfObjects.CompleteBuilder<T> withQuery(@NonNull Query query)
StorIOSQLite
to get list of objects.query - non-null query.Query@NonNull public PreparedGetListOfObjects.CompleteBuilder<T> withQuery(@NonNull RawQuery rawQuery)
RawQuery for Get Operation,
you can use it for "joins" and same constructions which are not allowed for Query.rawQuery - query.RawQuery