Uses of Class
com.db4o.internal.LocalTransaction
-
-
Uses of LocalTransaction in com.db4o.cs.internal.messages
Methods in com.db4o.cs.internal.messages that return LocalTransaction Modifier and Type Method Description protected LocalTransaction
Msg. serverTransaction()
-
Uses of LocalTransaction in com.db4o.cs.internal.objectexchange
Methods in com.db4o.cs.internal.objectexchange with parameters of type LocalTransaction Modifier and Type Method Description ByteArrayBuffer
DeferredObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int count)
ByteArrayBuffer
EagerObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int maxCount)
ByteArrayBuffer
ObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int maxCount)
Constructors in com.db4o.cs.internal.objectexchange with parameters of type LocalTransaction Constructor Description EagerObjectWriter(ObjectExchangeConfiguration config, LocalTransaction transaction)
StandardSlotAccessor(LocalTransaction transaction)
-
Uses of LocalTransaction in com.db4o.internal
Methods in com.db4o.internal that return LocalTransaction Modifier and Type Method Description LocalTransaction
LocalObjectContainer. localSystemTransaction()
Methods in com.db4o.internal with parameters of type LocalTransaction Modifier and Type Method Description void
FieldMetadata. dropIndex(LocalTransaction systemTrans)
void
PersistentBase. free(LocalTransaction trans)
-
Uses of LocalTransaction in com.db4o.internal.btree
Methods in com.db4o.internal.btree with parameters of type LocalTransaction Modifier and Type Method Description void
BTree. free(LocalTransaction systemTrans)
void
BTreeNode. free(LocalTransaction trans)
-
Uses of LocalTransaction in com.db4o.internal.fileheader
Methods in com.db4o.internal.fileheader with parameters of type LocalTransaction Modifier and Type Method Description void
FileHeaderVariablePart. readIdentity(LocalTransaction trans)
-
Uses of LocalTransaction in com.db4o.internal.query.processor
Fields in com.db4o.internal.query.processor declared as LocalTransaction Modifier and Type Field Description LocalTransaction
QCandidates. i_trans
Methods in com.db4o.internal.query.processor that return LocalTransaction Modifier and Type Method Description LocalTransaction
InternalCandidate. transaction()
LocalTransaction
QCandidateBase. transaction()
-