|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
Contains annotations and implementations for supporting property adapters.
AdapterDefinition
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||