index
:
Carbonado.git
fix-failing-test
gh-pages
master
v1.3
Forked from https://github.com/Carbonado/Carbonado
Jesse Morgan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
amazon
/
carbonado
/
repo
/
indexed
/
IndexedRepository.java
Age
Commit message (
Expand
)
Author
2013-04-23
Add index repair options to discard duplicates or only verify.
Brian S. O'Neill
2013-04-13
Index triggers only use "for update" mode when the strict option is supplied.
Brian S. O'Neill
2012-03-04
Prepare release 1.2.3
Brian S. O'Neill
2010-03-14
Update copyright.
Brian S. O'Neill
2009-12-22
Remove isClosed method, which broke compatibility.
Brian S. O'Neill
2009-12-22
Added isClosed method to Repository.
Brian S. O'Neill
2008-05-25
Fixed cyclic dependency with indexes against complex derived properties.
Brian S. O'Neill
2008-05-06
Code cleanup: add @Override annotations, remove unused imports, remove dead c...
Brian S. O'Neill
2007-04-29
Merged in support for derived properties.
Brian S. O'Neill
2007-03-28
Merged 1.2-dev to trunk.
Brian S. O'Neill
2007-03-15
IndexedRepository supports optional and throttled index repair.
Brian S. O'Neill
2007-01-30
More cursor closing paranoia.
Brian S. O'Neill
2007-01-11
Fixes for bugs found using FindBugs.
Brian S. O'Neill
2006-10-15
Created StorageCollection.
Brian S. O'Neill
2006-10-06
Removed RepositoryReference class.
Brian S. O'Neill
2006-09-17
Finished replacing old query engine.
Brian S. O'Neill
2006-08-30
Add core repository implementations
Brian S. O'Neill