Uses of Class
com.db4o.cs.internal.ClientTransaction
-
Packages that use ClientTransaction Package Description com.db4o.cs.internal.objectexchange -
-
Uses of ClientTransaction in com.db4o.cs.internal.objectexchange
Methods in com.db4o.cs.internal.objectexchange with parameters of type ClientTransaction Modifier and Type Method Description FixedSizeIntIterator4
DeferredObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
FixedSizeIntIterator4
EagerObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
FixedSizeIntIterator4
ObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
Constructors in com.db4o.cs.internal.objectexchange with parameters of type ClientTransaction Constructor Description CacheContributingObjectReader(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
-