index
:
Carbonado.git
fix-failing-test
gh-pages
master
v1.3
Forked from https://github.com/Carbonado/Carbonado
Jesse Morgan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
amazon
/
carbonado
/
info
Age
Commit message (
Expand
)
Author
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