summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/raw/GenericEncodingStrategy.java
AgeCommit message (Expand)Author
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2012-01-11Make encoding strategy equals method symmetric in the face of subclassing.Brian S. O'Neill
2012-01-11Make encoding strategy equals method symmetric in the face of subclassing.Brian S. O'Neill
2010-03-14Update copyright.Brian S. O'Neill
2009-11-05Add support for compressed records.Brian S. O'Neill
2009-10-16Fix for last commit to allow for gaps in the the list of serialized properties.Brian S. O'Neill
2009-10-15Generated readFrom method sets properties states at the end, to ensure that a...Brian S. O'Neill
2009-09-16Fix decoding code when using adapted properties to byte arrays.Brian S. O'Neill
2009-06-30Always clone single byte array properties as some implementations reuse the a...Tobias Holgers
2009-04-22Do not encode suffix in encodeSearchKeyPrefixTobias Holgers
2009-02-18Make sure derived properties are accessed by methods since they don't have ge...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-20Support BigInteger and BigDecimal property types.Brian S. O'Neill
2008-04-23Fix serialization of Storables with many properties.Brian S. O'Neill
2008-04-19Support layout changes when property @Name changes.Brian S. O'Neill
2008-02-16Merge serialization support.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-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
2006-12-15When a property evolves from a boxed primitive to an unboxed primitive, null ...Brian S. O'Neill
2006-10-05Moved raw package out of spi package.Brian S. O'Neill