summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-26Sync'd to OO document.Brian S. O'Neill
2008-05-26Cleanup and added more info on transactions.Brian S. O'Neill
2008-05-25Added many updates to include 1.2 features.Brian S. O'Neill
2008-05-25Fixed cyclic dependency with indexes against complex derived properties.Brian S. O'Neill
2008-05-25Added comment regarding independent nullable properties.Brian S. O'Neill
2008-05-24Standard exists implementation fetches a one record slice.Brian S. O'Neill
2008-05-24Added contributor.Brian S. O'Neill
2008-05-22Don't autorun shutdown hook if shutdown is in progress.Brian S. O'Neill
2008-05-22Add additional log message after opening.Brian S. O'Neill
2008-05-22Fix automatic replication repair which might sometimes throw ↵Brian S. O'Neill
IllegalStateException.
2008-05-21Change open and close log messages.Brian S. O'Neill
2008-05-14Moved utility comparators to util package.Brian S. O'Neill
2008-05-14Remove obsolete comment.Brian S. O'Neill
2008-05-14Index repair now deletes bogus entries.Brian S. O'Neill
2008-05-14Fix reverse range filter.Brian S. O'Neill
2008-05-13Overloaded examine method should be package-private.Brian S. O'Neill
2008-05-11Simplify and fix count calculation.Brian S. O'Neill
2008-05-10Use quoted table name identifier if required and supported.Brian S. O'Neill
2008-05-10Fix binding of filters which already contain some bound properties.Brian S. O'Neill
2008-05-09Test fixes.Brian S. O'Neill
2008-05-09JDBC repository now correctly works in non-master mode.Brian S. O'Neill
2008-05-09Support derived version property.Brian S. O'Neill
2008-05-09Rename resolver class.Brian S. O'Neill
2008-05-09More lenient with floating point conversion.Brian S. O'Neill
2008-05-09Throw proper exception for test compliance.Brian S. O'Neill
2008-05-09Hide JDBCRepository class.Brian S. O'Neill
2008-05-09Clustered index selection fixes.Brian S. O'Neill
2008-05-07Support H2 sequences.Brian S. O'Neill
2008-05-07Return -1 when end of stream reached instead of 0.Brian S. O'Neill
2008-05-06Preparations for hiding JDBCRepository class.Brian S. O'Neill
2008-05-06Preparations for hiding JDBCRepository class.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead ↵Brian S. O'Neill
code and add @Deprecated annotations.
2008-05-05Fixing annotation parsing of empty arrays.Brian S. O'Neill
2008-05-05Added transaction test case.Brian S. O'Neill
2008-05-05Made TestLockStates a proper unit test.Brian S. O'Neill
2008-05-04Updated release notes.Brian S. O'Neill
2008-05-04Fix deadlock recovery.Brian S. O'Neill
2008-05-04Revise getCapability.Brian S. O'Neill
2008-05-04Merged map repository implementation from map branch.Brian S. O'Neill
2008-05-04Introduce PersistInterruptedException.Brian S. O'Neill
2008-05-02Replicated repository returns replica's capabilities and not master's. ↵Brian S. O'Neill
Access to master is provided via resync capability.
2008-05-01Add index repair method.Brian S. O'Neill
2008-05-01Add index repair method.Brian S. O'Neill
2008-04-30Handle missing method from database open hook.Brian S. O'Neill
2008-04-30Recover from potential deadlocks against repositories with coarse locks.Brian S. O'Neill
2008-04-27Added thread safety comment.Brian S. O'Neill
2008-04-23Fix serialization of Storables with many properties.Brian S. O'Neill
2008-04-21Support database name remapping.Brian S. O'Neill
2008-04-19Use Javadoc literals.Brian S. O'Neill
2008-04-19Moved fetchAfter implementation to AbstractQuery.Brian S. O'Neill