EntityQueries

class EntityQueries(sqlDriver: SqlDriver) : TransacterImpl(source)

Constructors

Link copied to clipboard
constructor(sqlDriver: SqlDriver)

Functions

Link copied to clipboard
fun delete(entityName: String, entityKeys: Collection<String>? = null, where: Where<*>? = null)
Link copied to clipboard
fun insertEntity(entity: Entity, ignoreIfExists: Boolean)
Link copied to clipboard
open override fun transaction(noEnclosing: Boolean, body: TransactionWithoutReturn.() -> Unit)
Link copied to clipboard
open override fun <R> transactionWithResult(noEnclosing: Boolean, bodyWithReturn: TransactionWithReturn<R>.() -> R): R
Link copied to clipboard
fun updateEntity(entityName: String, entityKey: String, expiresAt: Instant?, value: String)