summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/raw/GenericStorableCodec.java
AgeCommit message (Expand)Author
2012-11-05Use proper key for alt generation decoder.Brian S. O'Neill
2012-09-25Support instantiation by just the key.Brian S. O'Neill
2012-06-07Allow layouts to be reclaimed.Brian S. O'Neill
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2011-03-19Fixes for compression options.Brian S. O'Neill
2010-08-18Introduce SoftValuedCache, which evicts more aggressively than SoftValuedHash...Brian S. O'Neill
2010-03-14Update copyright.Brian S. O'Neill
2010-03-01Deprecated ThrowUnchecked class.Brian S. O'Neill
2009-11-05Add support for compressed records.Brian S. O'Neill
2009-06-25Set storable with primary key when corruption is detected against current lay...Brian S. O'Neill
2008-12-19Allow generated classes to be shared among repositories whose relevant metada...Brian S. O'Neill
2008-12-18Fixes for excessive class generation and memory usage when opening multiple r...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-04-07Add prepare method to Storable.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
2006-12-01Add Storable to CorruptEncodingException when loading from index.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