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
/
repo
/
jdbc
/
JDBCRepository.java
Age
Commit message (
Expand
)
Author
2012-03-04
Prepare release 1.2.3
Brian S. O'Neill
2010-03-14
Update copyright.
Brian S. O'Neill
2010-03-01
Deprecated ThrowUnchecked class.
Brian S. O'Neill
2008-10-08
Add "setPrimaryKeyCheckDisable" property to JDBCRepositoryBuilder.
Adam D. Bradley
2008-07-18
Moved transaction support classes to txn package.
Brian S. O'Neill
2008-05-22
Add additional log message after opening.
Brian S. O'Neill
2008-05-09
JDBC repository now correctly works in non-master mode.
Brian S. O'Neill
2008-05-09
Rename resolver class.
Brian S. O'Neill
2008-05-09
Hide JDBCRepository class.
Brian S. O'Neill
2008-05-06
Code cleanup: add @Override annotations, remove unused imports, remove dead c...
Brian S. O'Neill
2008-02-04
Make TransactionManager creation more flexible.
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-08-10
Support configuring the result set fetch size for queries.
Brian S. O'Neill
2007-03-28
Merged 1.2-dev to trunk.
Brian S. O'Neill
2006-12-08
Improved message for UnsupportedTypeException.
Brian S. O'Neill
2006-11-04
Support transaction isolation level of "none".
Brian S. O'Neill
2006-10-15
Created StorageCollection.
Brian S. O'Neill
2006-10-07
Added TriggerFactory.
Brian S. O'Neill
2006-10-06
Removed RepositoryReference class.
Brian S. O'Neill
2006-10-02
Add support SNAPSHOT isolation level.
Brian S. O'Neill
2006-08-30
Add core repository implementations
Brian S. O'Neill