Package-level declarations
Types
Link copied to clipboard
interface TransactionInterface
Base representation for a unit block of work that is performed on a database.
Link copied to clipboard
interface TransactionManagerApi
Represents the manager registered to a database, which is responsible for creating new transactions and storing data related to the database and its transactions.
Link copied to clipboard
class TransactionStore<T : Any>(val init: Transaction.() -> T? = null) : ReadWriteProperty<Any?, T?>
Class responsible for implementing property delegates of read-write properties in the current transaction's UserDataHolder
.