summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/gen
AgeCommit message (Expand)Author
2009-09-22Ensure derived properties are always accessed by methods.Brian S. O'Neill
2009-06-16Fixed copying of @Derived(shouldCopy=true) which was skipped when stateBits v...Tobias Holgers
2009-05-16Fix bug when overriding final void method. Fix bug in generating writeTo/read...Brian S. O'Neill
2009-04-29Added @Derived(shouldCopy=true) to copy derived properties used as repository...Tobias Holgers
2009-03-29Add experimental strict property access option, which is off by default.Brian S. O'Neill
2009-02-26Don't check if independent properties are set. This fixes a regression in whi...Brian S. O'Neill
2009-02-26NPE fix when comparing nullable Float/Double/BigDecimal properties for equality.Brian S. O'Neill
2009-02-06Fix index updates when derived index against joined storable is deleted.Brian S. O'Neill
2009-01-01Concat exception messages at runtime to shrink constant pool.Brian S. O'Neill
2009-01-01Add utility to concat exception message at runtime.Brian S. O'Neill
2008-12-31Revert automatic initial version number if insert fails.Brian S. O'Neill
2008-12-27Support covariant properties. Cojen must support this feature too in order to...Brian S. O'Neill
2008-10-14Fix for bug where derived properties would cause non-existent state fields to...Brian S. O'Neill
2008-07-25Complete BigDecimal support -- ensure that failed update rolls back normaliza...Brian S. O'Neill
2008-07-25Compare BigDecimal properties for equality using compareTo.Brian S. O'Neill
2008-07-22Added advanced conversion capability when setting query filter properties. Th...Brian S. O'Neill
2008-07-20Added normalization option for BigDecimal properties.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2008-04-10Add propertyMap feature to Storable.Brian S. O'Neill
2008-04-07Add prepare method to Storable.Brian S. O'Neill
2008-03-27Hide property map.Brian S. O'Neill
2008-02-16Remove obsolete StorableSerializer class.Brian S. O'Neill
2008-02-16Merge serialization support.Brian S. O'Neill
2008-01-26Added exceptions to DelegateSupport.Brian S. O'Neill
2008-01-26Added DelegateStorableGenerator.Brian S. O'Neill
2008-01-20Add Storable.propertyMap method.Brian S. O'Neill
2007-11-04Reduce creation of unnecessary nested transactions. Added feature to JDBCRepo...Brian S. O'Neill
2007-10-21Assign number to properties.Brian S. O'Neill
2007-09-17Missing many-to-one join always returns null now.Brian S. O'Neill
2007-09-16Ensure that non-destructive update doesn't invoke load trigger.Brian S. O'Neill
2007-09-16Comment fix.Brian S. O'Neill
2007-09-03Calling Storable.update when there are no dirty properties actually does an u...Brian S. O'Neill
2007-09-03Fixed transaction leak caused when calling update, if an update trigger exist...Brian S. O'Neill
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