Uses of Class
io.objectbox.Transaction
-
Packages that use Transaction Package Description io.objectbox ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.io.objectbox.internal -
-
Uses of Transaction in io.objectbox
Fields in io.objectbox declared as Transaction Modifier and Type Field Description protected TransactionCursor. txFields in io.objectbox with type parameters of type Transaction Modifier and Type Field Description (package private) java.lang.ThreadLocal<Transaction>BoxStore. activeTxSet when running inside TXprivate java.util.Set<Transaction>BoxStore. transactionsMethods in io.objectbox that return Transaction Modifier and Type Method Description TransactionBoxStore. beginReadTx()Internal, low level method: useBoxStore.runInReadTx(Runnable)instead.TransactionBoxStore. beginTx()Internal, low level method: useBoxStore.runInTx(Runnable)instead.static TransactionInternalAccess. getActiveTx(BoxStore boxStore)TransactionCursor. getTx()Methods in io.objectbox with parameters of type Transaction Modifier and Type Method Description static longInternalAccess. getHandle(Transaction tx)(package private) voidBox. readTxFinished(Transaction tx)Called byBoxStore.callInReadTx(Callable)- does not throw so caller does not need try/finally.(package private) voidBox. txCommitted(Transaction tx)(package private) voidBoxStore. txCommitted(Transaction tx, int[] entityTypeIdsAffected)voidBoxStore. unregisterTransaction(Transaction transaction)Constructors in io.objectbox with parameters of type Transaction Constructor Description Cursor(Transaction tx, long cursor, EntityInfo<T> entityInfo, BoxStore boxStore) -
Uses of Transaction in io.objectbox.internal
Fields in io.objectbox.internal declared as Transaction Modifier and Type Field Description private TransactionDebugCursor. txMethods in io.objectbox.internal with parameters of type Transaction Modifier and Type Method Description static DebugCursorDebugCursor. create(Transaction tx)Cursor<T>CursorFactory. createCursor(Transaction tx, long cursorHandle, BoxStore boxStore)Constructors in io.objectbox.internal with parameters of type Transaction Constructor Description DebugCursor(Transaction tx, long handle)
-