BaseClientConverter<V extends BaseClient> |
Created by Jeff Gaynor
on 10/20/16 at 12:58 PM
|
BasicTransaction |
A bean holding a transaction.
|
BasicTransactionConverter<V extends BasicTransaction> |
A map converter bridging the gap between the interface and the backing store.
|
BasicTransactionKeys |
Created by Jeff Gaynor
on 4/25/12 at 3:10 PM
|
BasicTransactionProvider<V extends BasicTransaction> |
Created by Jeff Gaynor
on 4/4/12 at 4:23 PM
|
BasicTransactionTable |
Models and SQL table that holds transactions.
|
ClientConverter<V extends Client> |
Created by Jeff Gaynor
on 4/13/12 at 3:48 PM
|
FSTransactionStore<V extends BasicTransaction> |
Implementation of a transaction store backed by the file system.
|
SQLBaseTransactionStore<V extends BasicTransaction> |
Generic SQL implementation.
|
TransactionCache<V extends BasicTransaction> |
A cache.
|
TransactionCache.TransactionIndices<V extends BasicTransaction> |
The indices for a transaction store.
|
TransactionMemoryStore<V extends BasicTransaction> |
In-memory transaction storage.
|
TransactionStoreProvider<T extends TransactionStore<? extends BasicTransaction>> |
Created by Jeff Gaynor
on 1/13/12 at 10:43 AM
|