public static class PreparedGet.Builder
extends java.lang.Object
PreparedGet.| Constructor and Description |
|---|
Builder(StorIOSQLite storIOSQLite) |
| Modifier and Type | Method and Description |
|---|---|
PreparedGetCursor.Builder |
cursor()
Returns builder for Get Operation that returns result as
Cursor. |
<T> PreparedGetListOfObjects.Builder<T> |
listOfObjects(java.lang.Class<T> type)
Returns builder for Get Operation that returns result as
List of items. |
PreparedGetNumberOfResults.Builder |
numberOfResults()
Returns builder for Get Operation that returns number of results.
|
<T> PreparedGetObject.Builder<T> |
object(java.lang.Class<T> type)
Returns builder for Get Operation that returns result as item instance.
|
public Builder(@NonNull
StorIOSQLite storIOSQLite)
@NonNull public PreparedGetCursor.Builder cursor()
Cursor.Cursor.@NonNull public <T> PreparedGetListOfObjects.Builder<T> listOfObjects(@NonNull java.lang.Class<T> type)
List of items.T - type of items.type - type of items.List of items.@NonNull public <T> PreparedGetObject.Builder<T> object(@NonNull java.lang.Class<T> type)
T - type of item.type - type of item.@NonNull public PreparedGetNumberOfResults.Builder numberOfResults()