summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/info
AgeCommit message (Expand)Author
2008-01-22OrderingList is now Serializable.Brian S. O'Neill
2008-01-22Filter and FilterValues are now Serializable.Brian S. O'Neill
2007-11-07Comments for new Name annotation.Brian S. O'Neill
2007-11-07Add Name annotation to let user choose the prefered name for storable propertiesfangchen
2007-10-26Added support for outer joins.Brian S. O'Neill
2007-10-21Assign number to properties.Brian S. O'Neill
2007-10-14Support ordering by derived properties.Brian S. O'Neill
2007-10-14Added support for "where exists" in queries via new syntax.Brian S. O'Neill
2007-08-31Automatically apply adapter for java.util.Date.Brian S. O'Neill
2007-08-14Removed support for Storable definition to accept Repository in constructor.Brian S. O'Neill
2007-07-23Allow Storable definition to accept Repository in constructor.Brian S. O'Neill
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