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
/
gen
Age
Commit message (
Expand
)
Author
2007-11-04
Reduce creation of unnecessary nested transactions. Added feature to JDBCRepo...
Brian S. O'Neill
2007-10-21
Assign number to properties.
Brian S. O'Neill
2007-09-17
Missing many-to-one join always returns null now.
Brian S. O'Neill
2007-09-16
Ensure that non-destructive update doesn't invoke load trigger.
Brian S. O'Neill
2007-09-16
Comment fix.
Brian S. O'Neill
2007-09-03
Calling Storable.update when there are no dirty properties actually does an u...
Brian S. O'Neill
2007-09-03
Fixed transaction leak caused when calling update, if an update trigger exist...
Brian S. O'Neill
2007-08-28
Storable toString and toStringKeyOnly methods skip uninitialized properties.
Brian S. O'Neill
2007-08-26
Removed vestigial support for wrapping Storables.
Brian S. O'Neill
2007-08-26
Added support for load and query trigger.
Brian S. O'Neill
2007-08-14
Removed support for Storable definition to accept Repository in constructor.
Brian S. O'Neill
2007-08-12
Storable methods to access properties by name disallow access to methods whic...
Brian S. O'Neill
2007-07-23
Allow Storable definition to accept Repository in constructor.
Brian S. O'Neill
2007-06-11
Fix for updating lob property to null.
Brian S. O'Neill
2007-06-10
Added methods to access Storable properties by name.
Brian S. O'Neill
2007-06-02
Improve unsupported array type exception messages.
Brian S. O'Neill
2007-05-24
Fix bug which would throw spurious IllegalArgumentException from StorableGene...
Brian S. O'Neill
2007-05-05
Mark join properties as transient.
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-08
Allow setting join property as null if Nullable. This will become useful when...
Brian S. O'Neill
2007-04-01
Move Storable code generation support to separate package.
Brian S. O'Neill