Package | Description |
---|---|
com.amazon.carbonado.adapter |
Contains annotations and implementations for supporting property adapters.
|
Class and Description |
---|
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.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.