Package | Description |
---|---|
com.amazon.carbonado.spi |
Service Provider Interface for Carbonado.
|
com.amazon.carbonado.txn |
Provides support for managing transactions.
|
Modifier and Type | Method and Description |
---|---|
protected abstract TransactionScope<Txn> |
AbstractRepository.localTransactionScope()
Returns the thread-local TransactionScope, creating it if needed.
|
Modifier and Type | Method and Description |
---|---|
TransactionScope<Txn> |
TransactionManager.detachLocalScope()
Detaches the thread-local TransactionScope from the current thread.
|
TransactionScope<Txn> |
TransactionManager.localScope()
Returns the thread-local TransactionScope, creating it if needed.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.