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.objectexchangeMethods in com.db4o.cs.internal.objectexchange with parameters of type ClientTransaction Modifier and Type Method Description FixedSizeIntIterator4DeferredObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)FixedSizeIntIterator4EagerObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)FixedSizeIntIterator4ObjectExchangeStrategy. 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)
 
-