Age | Commit message (Expand) | Author |
2008-03-28 | Prevent duplicate field generation. | Brian S. O'Neill |
2008-03-27 | Hide property map. | Brian S. O'Neill |
2008-03-27 | Fix javadoc link. | Brian S. O'Neill |
2008-03-27 | Support multiple databases in one file. | Brian S. O'Neill |
2008-03-27 | Lenient when unregistering index. | Brian S. O'Neill |
2008-03-25 | More fixes for bug that allowed a transaction to be attached to multiple thre... | Brian S. O'Neill |
2008-03-25 | Fix bug that allowed a transaction to be attached to multiple threads. Thanks... | Brian S. O'Neill |
2008-03-25 | Fixes for bugs as reported by FindBugs. | Brian S. O'Neill |
2008-03-16 | Support updates to replicated LOBs. | Brian S. O'Neill |
2008-02-26 | Index build skips records which are corrupt instead of giving up entirely. | Brian S. O'Neill |
2008-02-16 | Remove obsolete StorableSerializer class. | Brian S. O'Neill |
2008-02-16 | Merge serialization support. | Brian S. O'Neill |
2008-02-04 | Make TransactionManager creation more flexible. | Brian S. O'Neill |
2008-01-27 | Replace ViewCursor with SliceCursor. | Brian S. O'Neill |
2008-01-26 | Added exceptions to DelegateSupport. | Brian S. O'Neill |
2008-01-26 | Added DelegateStorableGenerator. | Brian S. O'Neill |
2008-01-26 | Minor grammar specification fix. | Brian S. O'Neill |
2008-01-25 | Add transaction detach/attach methods. | Brian S. O'Neill |
2008-01-25 | Hide propertyMap feature. | Brian S. O'Neill |
2008-01-22 | OrderingList is now Serializable. | Brian S. O'Neill |
2008-01-22 | Filter and FilterValues are now Serializable. | Brian S. O'Neill |
2008-01-21 | Move StorableIndexSet to qe package. | Brian S. O'Neill |
2008-01-21 | Minor method name changes and added (commented out) detach/attach logic. | Brian S. O'Neill |
2008-01-20 | Hide TransactionScope.close method. | Brian S. O'Neill |
2008-01-20 | Hide TransactionScope.close method. | Brian S. O'Neill |
2008-01-20 | Terminology updates. | Brian S. O'Neill |
2008-01-20 | Comment and terminology updates. | Brian S. O'Neill |
2008-01-20 | Split TransactionManager and created TransactionScope class. | Brian S. O'Neill |
2008-01-20 | Changes reverted and moved to dt_adapter branch. | Brian S. O'Neill |
2008-01-20 | Add Storable.propertyMap method. | Brian S. O'Neill |
2008-01-09 | Added javadoc example. | Brian S. O'Neill |
2008-01-08 | Support ExistsFilter. | Brian S. O'Neill |
2007-11-27 | Comment update regarding thread safety. | Brian S. O'Neill |
2007-11-14 | Changes related to displaying dates correctly due to wrong zones | denizh |
2007-11-07 | Comments for new Name annotation. | Brian S. O'Neill |
2007-11-07 | (no commit message) | fangchen |
2007-11-07 | Add Name annotation. | fangchen |
2007-11-07 | Add Name annotation to let user choose the prefered name for storable properties | fangchen |
2007-11-04 | Moved static inner classes to separate files. | Brian S. O'Neill |
2007-11-04 | Reduce creation of unnecessary nested transactions. Added feature to JDBCRepo... | Brian S. O'Neill |
2007-10-26 | Added support for outer joins. | Brian S. O'Neill |
2007-10-23 | More changes for deprecation of ExceptionTransformer in TransactionManager. | Brian S. O'Neill |
2007-10-23 | Deprecated use of ExceptionTransformer in TransactionManager. | Brian S. O'Neill |
2007-10-23 | Support transaction lock timeout. | Brian S. O'Neill |
2007-10-21 | Assign number to properties. | Brian S. O'Neill |
2007-10-21 | Support closed filter in generated SQL. | Brian S. O'Neill |
2007-10-21 | Allow open exists filter to operate on many-to-one join. | Brian S. O'Neill |
2007-10-18 | Fix special handle for char to short adaption. | fangchen |
2007-10-15 | Minor lock fixes and optimizations. | Brian S. O'Neill |
2007-10-14 | Support filtering by derived properties. | Brian S. O'Neill |