CharacteristicDao

Functions

Link copied to clipboard
abstract suspend fun delete(entity: CharacteristicEntity)
Link copied to clipboard
abstract fun getAll(): Flow<CharacteristicEntity>
Link copied to clipboard
abstract suspend fun getById(id: Long): CharacteristicEntity?
Link copied to clipboard
abstract suspend fun getByIdsIn(ids: List<Long>): List<CharacteristicEntity>
Link copied to clipboard
abstract suspend fun getByNameAndCharacteristicUuid(name: String, characteristicUuid: UUID): CharacteristicEntity?
Link copied to clipboard
abstract suspend fun insert(entity: CharacteristicEntity): Long
Link copied to clipboard
abstract suspend fun update(entity: CharacteristicEntity)