summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo/indexed/IndexedRepository.java
AgeCommit message (Expand)Author
2013-04-23Add index repair options to discard duplicates or only verify.Brian S. O'Neill
2013-04-13Index triggers only use "for update" mode when the strict option is supplied.Brian S. O'Neill
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-25Fixed cyclic dependency with indexes against complex derived properties.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2007-04-29Merged in support for derived properties.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2007-03-15IndexedRepository supports optional and throttled index repair.Brian S. O'Neill
2007-01-30More cursor closing paranoia.Brian S. O'Neill
2007-01-11Fixes for bugs found using FindBugs.Brian S. O'Neill
2006-10-15Created StorageCollection.Brian S. O'Neill
2006-10-06Removed RepositoryReference class.Brian S. O'Neill
2006-09-17Finished replacing old query engine.Brian S. O'Neill
2006-08-30Add core repository implementationsBrian S. O'Neill