Exposed One To Many Key Value Repo
open class ExposedOneToManyKeyValueRepo<Key, Value>(database: <ERROR CLASS>, keyColumnAllocator: ColumnAllocator<Key>, valueColumnAllocator: ColumnAllocator<Value>, tableName: String?) : ExposedReadOneToManyKeyValueRepo<Key, Value> , OneToManyKeyValueRepo<Key, Value>
Content copied to clipboard
Functions
clear With Value
Link copied to clipboard
get
Link copied to clipboard
abstract suspend fun get(k: Key, pagination: Pagination, reversed: Boolean = false): PaginationResult<Value>
Content copied to clipboard
get All
Link copied to clipboard
keys
Link copied to clipboard
abstract suspend fun keys(pagination: Pagination, reversed: Boolean = false): PaginationResult<Key>
Content copied to clipboard
abstract suspend fun keys(v: Value, pagination: Pagination, reversed: Boolean = false): PaginationResult<Key>
Content copied to clipboard
Properties
onDataCleared
Link copied to clipboard
onNewValue
Link copied to clipboard
onValueRemoved
Link copied to clipboard