Age | Commit message (Expand) | Author |
2008-12-27 | Access covariant types via reflection for compatibility. | Brian S. O'Neill |
2008-12-27 | Support covariant properties. Cojen must support this feature too in order to... | Brian S. O'Neill |
2008-12-26 | Less rigorous join checks if joined storable is malformed. | Brian S. O'Neill |
2008-12-26 | Display all messages when using test method. | Brian S. O'Neill |
2008-12-26 | Added command-line introspector. | Brian S. O'Neill |
2008-07-22 | Added advanced conversion capability when setting query filter properties. Th... | Brian S. O'Neill |
2008-05-09 | Clustered index selection fixes. | Brian S. O'Neill |
2008-05-06 | Code cleanup: add @Override annotations, remove unused imports, remove dead c... | Brian S. O'Neill |
2008-04-19 | Use Javadoc literals. | Brian S. O'Neill |
2008-04-19 | Support layout changes when property @Name changes. | Brian S. O'Neill |
2008-04-19 | Add additional checks for explicitly named properties. | Brian S. O'Neill |
2008-04-18 | Support renamed properties in indexes and keys. | Brian S. O'Neill |
2008-03-25 | Fixes for bugs as reported by FindBugs. | 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 |
2007-11-07 | Comments for new Name annotation. | Brian S. O'Neill |
2007-11-07 | Add Name annotation to let user choose the prefered name for storable properties | fangchen |
2007-10-26 | Added support for outer joins. | Brian S. O'Neill |
2007-10-21 | Assign number to properties. | Brian S. O'Neill |
2007-10-14 | Support ordering by derived properties. | Brian S. O'Neill |
2007-10-14 | Added support for "where exists" in queries via new syntax. | Brian S. O'Neill |
2007-08-31 | Automatically apply adapter for java.util.Date. | Brian S. O'Neill |
2007-08-14 | Removed support for Storable definition to accept Repository in constructor. | Brian S. O'Neill |
2007-07-23 | Allow Storable definition to accept Repository in constructor. | Brian S. O'Neill |
2007-06-03 | Prevent premature uncaching of StorableInfo. | Brian S. O'Neill |
2007-06-02 | Improve unsupported array type exception messages. | Brian S. O'Neill |
2007-05-30 | Fixed bug which allowed dereferencing properties against type Query in filter... | Brian S. O'Neill |
2007-05-24 | Fix bug which would throw spurious IllegalArgumentException from StorableGene... | Brian S. O'Neill |
2007-04-29 | Added @since tags. | Brian S. O'Neill |
2007-04-29 | Remove unused imports and variable declarations. | Brian S. O'Neill |
2007-04-29 | Merged in support for derived properties. | Brian S. O'Neill |
2007-04-01 | Move Storable code generation support to separate package. | Brian S. O'Neill |
2007-03-28 | Merged 1.2-dev to trunk. | Brian S. O'Neill |
2007-01-11 | Fixes for bugs found using FindBugs. | Brian S. O'Neill |
2006-12-07 | Added @Authoritative annotation. | Brian S. O'Neill |
2006-10-22 | Conditionally require join property to have mutator. | Brian S. O'Neill |
2006-09-22 | Added method to get the tail of a chained property. | Brian S. O'Neill |
2006-09-20 | More tests and fixes. | Brian S. O'Neill |
2006-09-04 | OrderingScore supports automatic ordering direction when unspecified. | Brian S. O'Neill |
2006-09-03 | More tests and fixes. | Brian S. O'Neill |
2006-09-02 | Added support for LocalDate and LocalDateTime. | Brian S. O'Neill |
2006-08-30 | Add introspection support | Brian S. O'Neill |