EntityQueries

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
fun transaction(noEnclosing: Boolean = false, body: SqkonTransactionScope.() -> Unit)
Link copied to clipboard
fun <R> transactionWithResult(noEnclosing: Boolean = false, body: SqkonTransactionScope.() -> R): R
Link copied to clipboard
fun updateEntity(entityName: String, entityKey: String, expiresAt: Instant?, value: String)