summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo/indexed/IndexedRepositoryBuilder.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
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...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-03-15IndexedRepository supports optional and throttled index repair.Brian S. O'Neill
2006-10-08Finished support for trigger factoriesBrian 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