Package dev.inmo.micro_utils.repos.exposed.keyvalue

Types

ExposedKeyValueRepo
Link copied to clipboard
open class ExposedKeyValueRepo<Key, Value>(database: <ERROR CLASS>, keyColumnAllocator: ColumnAllocator<Key>, valueColumnAllocator: ColumnAllocator<Value>, tableName: String?) : ExposedReadKeyValueRepo<Key, Value> , StandardKeyValueRepo<Key, Value>
ExposedReadKeyValueRepo
Link copied to clipboard
open class ExposedReadKeyValueRepo<Key, Value>(database: <ERROR CLASS>, keyColumnAllocator: ColumnAllocator<Key>, valueColumnAllocator: ColumnAllocator<Value>, tableName: String?) : ReadStandardKeyValueRepo<Key, Value> , ExposedRepo