summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo/map/MapStorage.java
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
2010-03-14Update copyright.Brian S. O'Neill
2008-08-22Fixed map repository deadlock with countAll and truncate when in transaction.Brian S. O'Neill
2008-08-13Clone key before inserting into map.Brian S. O'Neill
2008-07-22Added advanced conversion capability when setting query filter properties. Th...Brian S. O'Neill
2008-07-18Moved transaction support classes to txn package.Brian S. O'Neill
2008-05-14Fix reverse range filter.Brian S. O'Neill
2008-05-09Test fixes.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2008-05-04Merged map repository implementation from map branch.Brian S. O'Neill