summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo/logging
AgeCommit message (Expand)Author
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2011-05-04Add support for Query controller and timeouts; remove vestigial support for i...Brian S. O'Neill
2011-01-19Add Transaction preCommit method.Brian 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
2009-07-25Query.after and Query.fetchAfter supports subclass parameter.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2008-04-14Renamed overloaded slice fetch method to fetchSlice for clarity.Brian S. O'Neill
2008-04-14Added "after" method and removed fetchAfter slice method.Brian S. O'Neill
2008-04-14Support query fetch limits.Brian S. O'Neill
2008-01-25Add transaction detach/attach methods.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-04-29Added @since tags.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2007-02-05Fix NPE in builder.Brian S. O'Neill
2006-10-19Use pipe separator for top level transaction.Brian S. O'Neill
2006-10-17More work on automatic triggers.Brian S. O'Neill
2006-10-15Created StorageCollection.Brian S. O'Neill
2006-10-11Resolved some warnings.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