See: Description
| Class | Description |
|---|---|
| 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 Type | 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.
|
AdapterDefinitionCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.