Age | Commit message (Expand) | Author |
2012-03-04 | Prepare release 1.2.3 | Brian S. O'Neill |
2012-01-11 | Make encoding strategy equals method symmetric in the face of subclassing. | Brian S. O'Neill |
2011-04-15 | Allow server to supply sequence generated primary key values. | Brian S. O'Neill |
2011-02-03 | Support copying when property read or write methods are missing. | Brian S. O'Neill |
2011-01-08 | Fix class loader issues. | Brian S. O'Neill |
2010-08-18 | Introduce SoftValuedCache, which evicts more aggressively than SoftValuedHash... | Brian S. O'Neill |
2010-06-08 | Fix serialization of adapted primary key properties. | Brian S. O'Neill |
2010-03-14 | Update copyright. | Brian S. O'Neill |
2010-03-14 | Allow storable types to differ between client and server. | Brian S. O'Neill |
2010-03-12 | Refactored hashcode generating code to utility method. | Brian S. O'Neill |
2010-03-11 | Support partition key when loading by alternate key. | Brian S. O'Neill |
2010-03-10 | Add DetachedStorableFactory. | Brian S. O'Neill |
2010-03-10 | Add DetachedStorableFactory. | Brian S. O'Neill |
2010-03-10 | Add master feature to check if partition key has been fully specified. | Brian S. O'Neill |
2009-09-22 | Ensure derived properties are always accessed by methods. | Brian S. O'Neill |
2009-06-16 | Fixed copying of @Derived(shouldCopy=true) which was skipped when stateBits v... | Tobias Holgers |
2009-05-16 | Fix bug when overriding final void method. Fix bug in generating writeTo/read... | Brian S. O'Neill |
2009-04-29 | Added @Derived(shouldCopy=true) to copy derived properties used as repository... | Tobias Holgers |
2009-03-29 | Add experimental strict property access option, which is off by default. | Brian S. O'Neill |
2009-02-26 | Don't check if independent properties are set. This fixes a regression in whi... | Brian S. O'Neill |
2009-02-26 | NPE fix when comparing nullable Float/Double/BigDecimal properties for equality. | Brian S. O'Neill |
2009-02-06 | Fix index updates when derived index against joined storable is deleted. | Brian S. O'Neill |
2009-01-01 | Concat exception messages at runtime to shrink constant pool. | Brian S. O'Neill |
2009-01-01 | Add utility to concat exception message at runtime. | Brian S. O'Neill |
2008-12-31 | Revert automatic initial version number if insert fails. | Brian S. O'Neill |
2008-12-27 | Support covariant properties. Cojen must support this feature too in order to... | Brian S. O'Neill |
2008-10-14 | Fix for bug where derived properties would cause non-existent state fields to... | Brian S. O'Neill |
2008-07-25 | Complete BigDecimal support -- ensure that failed update rolls back normaliza... | Brian S. O'Neill |
2008-07-25 | Compare BigDecimal properties for equality using compareTo. | Brian S. O'Neill |
2008-07-22 | Added advanced conversion capability when setting query filter properties. Th... | Brian S. O'Neill |
2008-07-20 | Added normalization option for BigDecimal properties. | Brian S. O'Neill |
2008-05-06 | Code cleanup: add @Override annotations, remove unused imports, remove dead c... | Brian S. O'Neill |
2008-04-10 | Add propertyMap feature to Storable. | Brian S. O'Neill |
2008-04-07 | Add prepare method to Storable. | Brian S. O'Neill |
2008-03-27 | Hide property map. | Brian S. O'Neill |
2008-02-16 | Remove obsolete StorableSerializer class. | Brian S. O'Neill |
2008-02-16 | Merge serialization support. | Brian S. O'Neill |
2008-01-26 | Added exceptions to DelegateSupport. | Brian S. O'Neill |
2008-01-26 | Added DelegateStorableGenerator. | Brian S. O'Neill |
2008-01-20 | Add Storable.propertyMap method. | Brian S. O'Neill |
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 |