Package com.amazon.carbonado.adapter

Contains annotations and implementations for supporting property adapters.

See:
          Description

Class Summary
DateTimeAdapter.Adapter Adapter implementation for DateTimeAdapter.
PrimitiveArrayAdapter.Adapter Adapter implementation for PrimitiveArrayAdapter.
TextAdapter.Adapter Adapter implementation for TextAdapter.
TrueFalseAdapter.Adapter Adapter implementation for TrueFalseAdapter.
YesNoAdapter.Adapter Adapter implementation for YesNoAdapter.
 

Annotation Types Summary
AdapterDefinition Allows annotations to be defined for supporting property types which are not natively supported by the underlying storage layer.
DateTimeAdapter Converts Joda-Time datetime objects to and from other forms.
PrimitiveArrayAdapter Allows arrays of primitive types to be encoded (big-endian) as byte arrays.
TextAdapter Converts database Blobs and Clobs to Strings.
TrueFalseAdapter Adapter that converts 'T' or 'F' to and from a boolean value.
YesNoAdapter Adapter that converts 'Y' or 'N' to and from a boolean value.
 

Package com.amazon.carbonado.adapter Description

Contains annotations and implementations for supporting property adapters.

See Also:
AdapterDefinition


Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.