Package-level declarations
Types
Link copied to clipboard
object CoreTransactionManager
Represents the object responsible for storing internal data related to each registered database and its transaction manager.
Link copied to clipboard
interface TransactionInterface
Represents 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
.