summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/gen
AgeCommit message (Expand)Author
2007-08-28Storable toString and toStringKeyOnly methods skip uninitialized properties.Brian S. O'Neill
2007-08-26Removed vestigial support for wrapping Storables.Brian S. O'Neill
2007-08-26Added support for load and query trigger.Brian S. O'Neill
2007-08-14Removed support for Storable definition to accept Repository in constructor.Brian S. O'Neill
2007-08-12Storable methods to access properties by name disallow access to methods whic...Brian S. O'Neill
2007-07-23Allow Storable definition to accept Repository in constructor.Brian S. O'Neill
2007-06-11Fix for updating lob property to null.Brian S. O'Neill
2007-06-10Added methods to access Storable properties by name.Brian S. O'Neill
2007-06-02Improve unsupported array type exception messages.Brian S. O'Neill
2007-05-24Fix bug which would throw spurious IllegalArgumentException from StorableGene...Brian S. O'Neill
2007-05-05Mark join properties as transient.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-08Allow setting join property as null if Nullable. This will become useful when...Brian S. O'Neill
2007-04-01Move Storable code generation support to separate package.Brian S. O'Neill