IBaseDaoInsert

Deprecated

Inheritors

Functions

Link copied to clipboard
open suspend fun insert(item: Entity): Entity
open suspend fun insert(items: List<Entity>): List<Entity>
Link copied to clipboard
abstract suspend fun internalInsert(items: Entity): Long
abstract suspend fun internalInsert(items: List<Entity>): List<Long>