Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
room
/
com.michaelflisar.toolbox.room.todo
/
IBaseLoadDao
IBase
Load
Dao
interface
IBaseLoadDao
<
ID
:
Number
,
Entity
:
IRoomEntity
<
ID
,
Entity
>
>
Deprecated
Inheritors
IDefaultDao
Members
Functions
find
Link copied to clipboard
abstract
suspend
fun
find
(
id
:
Long
)
:
Entity
?
load
All
Link copied to clipboard
abstract
suspend
fun
loadAll
(
)
:
List
<
Entity
>
load
Single
Link copied to clipboard
abstract
suspend
fun
loadSingle
(
id
:
Long
)
:
Entity