This method begins a new transaction with a {@link Configuration} scopedfor this transaction. The resulting {@link Transaction} object may beused by implementors to identify the transaction when {@link #commit(TransactionContext)} or{@link #rollback(TransactionContext)} is called. @param Configuration the configuration scoped to this transaction and itsnested transactions. @throws DataAccessException Any exception issued by the underlyingdatabase.
|
|