summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/raw
AgeCommit message (Expand)Author
2008-12-19Allow generated classes to be shared among repositories whose relevant metada...Brian S. O'Neill
2008-12-18Fix javadoc comments.Brian S. O'Neill
2008-12-18Fixes for excessive class generation and memory usage when opening multiple r...Brian S. O'Neill
2008-11-03Add back support for BigDecimal now that key encoding works correctly.Brian S. O'Neill
2008-10-28Revert last change.Brian S. O'Neill
2008-10-27Disable BigInteger support until key encoding is fixed.Brian S. O'Neill
2008-07-28Remove BigDecimal support until key encoding issues are resolved.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-07-20Comment fixes.Brian S. O'Neill
2008-07-20Support BigInteger and BigDecimal property types.Brian S. O'Neill
2008-07-20Added utilities for encoding and decoding BigDecimals.Brian S. O'Neill
2008-07-19Added utilities for encoding and decoding BigDecimals.Brian S. O'Neill
2008-07-18Fix comment.Brian S. O'Neill
2008-07-18Added utilities for encoding and decoding BigIntegers.Brian S. O'Neill
2008-07-15Key encoder/decoder no longer extend from data encoder/decoder.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2008-04-23Fix serialization of Storables with many properties.Brian S. O'Neill
2008-04-19Use Javadoc literals.Brian S. O'Neill
2008-04-19Support layout changes when property @Name changes.Brian S. O'Neill
2008-04-07Add prepare method to Storable.Brian S. O'Neill
2008-03-27Fix javadoc link.Brian S. O'Neill
2008-03-25Fixes for bugs as reported by FindBugs.Brian S. O'Neill
2008-02-16Merge serialization support.Brian S. O'Neill
2007-09-22Deleted unused class.Brian S. O'Neill
2007-08-26Added support for load and query trigger.Brian S. O'Neill
2007-06-29Fixed IllegalArgumentException with optimized join queries of the form "a.b =...Brian S. O'Neill
2007-06-03Only invoke adapted properties once during encoding.Brian S. O'Neill
2007-06-02Improve unsupported array type exception messages.Brian S. O'Neill
2007-04-29Added @since tags.Brian S. O'Neill
2007-04-29Merged in support for derived properties.Brian S. O'Neill
2007-04-01Move Storable code generation support to separate package.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2007-02-02Don't attempt to clear join properties when converting from old generation.Brian S. O'Neill
2007-02-02Add missing imports.Brian S. O'Neill
2007-02-02Fixed bug when decoding old Storable generations - new properties must be cle...Brian S. O'Neill
2007-01-11Fixes for bugs found using FindBugs.Brian S. O'Neill
2006-12-15When a property evolves from a boxed primitive to an unboxed primitive, null ...Brian S. O'Neill
2006-12-01Add Storable to CorruptEncodingException when loading from index.Brian S. O'Neill
2006-11-08Tests and fixes for corruption repair.Brian S. O'Neill
2006-11-07Allow resync to delete or skip over corrupt replica entries.Brian S. O'Neill
2006-10-11Resolved some warnings.Brian S. O'Neill
2006-10-05Moved raw package out of spi package.Brian S. O'Neill