summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/info
AgeCommit message (Expand)Author
2007-06-03Prevent premature uncaching of StorableInfo.Brian S. O'Neill
2007-06-02Improve unsupported array type exception messages.Brian S. O'Neill
2007-05-30Fixed bug which allowed dereferencing properties against type Query in filter...Brian S. O'Neill
2007-05-24Fix bug which would throw spurious IllegalArgumentException from StorableGene...Brian S. O'Neill
2007-04-29Added @since tags.Brian S. O'Neill
2007-04-29Remove unused imports and variable declarations.Brian S. O'Neill
2007-04-29Merged in support for derived properties.Brian S. O'Neill
2007-04-01Move Storable code generation support to separate package.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2007-01-11Fixes for bugs found using FindBugs.Brian S. O'Neill
2006-12-07Added @Authoritative annotation.Brian S. O'Neill
2006-10-22Conditionally require join property to have mutator.Brian S. O'Neill
2006-09-22Added method to get the tail of a chained property.Brian S. O'Neill
2006-09-20More tests and fixes.Brian S. O'Neill
2006-09-04OrderingScore supports automatic ordering direction when unspecified.Brian S. O'Neill
2006-09-03More tests and fixes.Brian S. O'Neill
2006-09-02Added support for LocalDate and LocalDateTime.Brian S. O'Neill
2006-08-30Add introspection supportBrian S. O'Neill