summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo/logging/LoggingRepository.java
AgeCommit message (Expand)Author
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2010-03-14Update copyright.Brian S. O'Neill
2009-12-22Remove isClosed method, which broke compatibility.Brian S. O'Neill
2009-12-22Added isClosed method to Repository.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2007-09-03Logged transaction context is per repository instead of global.Brian S. O'Neill
2007-08-26Removed vestigial support for wrapping Storables.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2006-10-19Use pipe separator for top level transaction.Brian S. O'Neill
2006-10-15Created StorageCollection.Brian S. O'Neill
2006-10-08Finished support for trigger factoriesBrian S. O'Neill
2006-10-06Removed RepositoryReference class.Brian S. O'Neill
2006-08-30Add core repository implementationsBrian S. O'Neill