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 LocalTransactionMsg. 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 ByteArrayBufferDeferredObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int count)ByteArrayBufferEagerObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int maxCount)ByteArrayBufferObjectExchangeStrategy. 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 LocalTransactionLocalObjectContainer. localSystemTransaction()Methods in com.db4o.internal with parameters of type LocalTransaction Modifier and Type Method Description voidFieldMetadata. dropIndex(LocalTransaction systemTrans)voidPersistentBase. 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 voidBTree. free(LocalTransaction systemTrans)voidBTreeNode. 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 voidFileHeaderVariablePart. 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 LocalTransactionQCandidates. i_transMethods in com.db4o.internal.query.processor that return LocalTransaction Modifier and Type Method Description LocalTransactionInternalCandidate. transaction()LocalTransactionQCandidateBase. transaction()
-