| Interface | Description |
|---|---|
| EnumClass<T> |
Interface to be implemented by enums that serve as entity attribute types.
|
| Class | Description |
|---|---|
| AdaptiveNumberDatatype |
A number format that is used when the entity attribute has the
NumberFormat annotation. |
| BigDecimalDatatype | |
| BooleanDatatype | |
| ByteArrayDatatype | |
| DateDatatype |
DateDatatype works with java.sql.Date but is parametrized with
java.util.Date to avoid problems with casting. |
| DateTimeDatatype | |
| DoubleDatatype | |
| EnumerationImpl<T extends java.lang.Enum> | |
| EnumUtils |
A helper class to be used in
EnumClass implementations to convert identifiers to enum values. |
| IntegerDatatype | |
| LongDatatype | |
| NumberDatatype | |
| StringDatatype | |
| TimeDatatype |
TimeDatatype works with java.sql.Time but is parametrized with java.util.Date
to avoid problems with casting, e.g. |
| UUIDDatatype |