index
:
Carbonado.git
fix-failing-test
gh-pages
master
v1.3
Forked from https://github.com/Carbonado/Carbonado
Jesse Morgan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
amazon
/
carbonado
/
spi
/
TransactionManager.java
Age
Commit message (
Expand
)
Author
2008-03-25
More fixes for bug that allowed a transaction to be attached to multiple thre...
Brian S. O'Neill
2008-03-25
Fix bug that allowed a transaction to be attached to multiple threads. Thanks...
Brian S. O'Neill
2008-01-25
Add transaction detach/attach methods.
Brian S. O'Neill
2008-01-21
Minor method name changes and added (commented out) detach/attach logic.
Brian S. O'Neill
2008-01-20
Terminology updates.
Brian S. O'Neill
2008-01-20
Comment and terminology updates.
Brian S. O'Neill
2008-01-20
Split TransactionManager and created TransactionScope class.
Brian S. O'Neill
2007-11-04
Reduce creation of unnecessary nested transactions. Added feature to JDBCRepo...
Brian S. O'Neill
2007-10-23
More changes for deprecation of ExceptionTransformer in TransactionManager.
Brian S. O'Neill
2007-10-23
Deprecated use of ExceptionTransformer in TransactionManager.
Brian S. O'Neill
2007-10-15
Minor lock fixes and optimizations.
Brian S. O'Neill
2006-11-04
Support transaction isolation level of "none".
Brian S. O'Neill
2006-08-30
Added spi package
Brian S. O'Neill