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