| AbstractTypeDescriptor<T> |
Abstract adapter for Java type descriptors.
|
| ArrayMutabilityPlan<T> |
A mutability plan for arrays.
|
| BigDecimalTypeDescriptor |
|
| BigIntegerTypeDescriptor |
|
| BlobTypeDescriptor |
Descriptor for Blob handling.
|
| BlobTypeDescriptor.BlobMutabilityPlan |
|
| BooleanTypeDescriptor |
|
| ByteArrayTypeDescriptor |
TODO : javadoc
|
| ByteTypeDescriptor |
Descriptor for Byte handling.
|
| CalendarDateTypeDescriptor |
Descriptor for Calendar handling, but just for the date (month, day, year) portion.
|
| CalendarTypeDescriptor |
|
| CalendarTypeDescriptor.CalendarMutabilityPlan |
|
| CharacterArrayTypeDescriptor |
TODO : javadoc
|
| CharacterTypeDescriptor |
|
| ClassTypeDescriptor |
TODO : javadoc
|
| ClobTypeDescriptor |
Descriptor for Clob handling.
|
| ClobTypeDescriptor.ClobMutabilityPlan |
|
| CurrencyTypeDescriptor |
TODO : javadoc
|
| DataHelper |
A help for dealing with BLOB and CLOB data
|
| DateTypeDescriptor |
TODO : javadoc
|
| DateTypeDescriptor.DateMutabilityPlan |
|
| DoubleTypeDescriptor |
Descriptor for Double handling.
|
| FloatTypeDescriptor |
Descriptor for Float handling.
|
| ImmutableMutabilityPlan<T> |
Mutability plan for immutable objects
|
| IncomparableComparator |
TODO : javadoc
|
| IntegerTypeDescriptor |
|
| JdbcDateTypeDescriptor |
TODO : javadoc
|
| JdbcDateTypeDescriptor.DateMutabilityPlan |
|
| JdbcTimestampTypeDescriptor |
TODO : javadoc
|
| JdbcTimestampTypeDescriptor.TimestampMutabilityPlan |
|
| JdbcTimeTypeDescriptor |
TODO : javadoc
|
| JdbcTimeTypeDescriptor.TimeMutabilityPlan |
|
| LocaleTypeDescriptor |
TODO : javadoc
|
| LocaleTypeDescriptor.LocaleComparator |
|
| LongTypeDescriptor |
Descriptor for Long handling.
|
| MutableMutabilityPlan<T> |
Mutability plan for mutable objects
|
| NClobTypeDescriptor |
Descriptor for NClob handling.
|
| NClobTypeDescriptor.NClobMutabilityPlan |
|
| PrimitiveByteArrayTypeDescriptor |
Descriptor for byte[] handling.
|
| PrimitiveCharacterArrayTypeDescriptor |
TODO : javadoc
|
| SerializableTypeDescriptor<T extends Serializable> |
TODO : javadoc
|
| SerializableTypeDescriptor.SerializableMutabilityPlan<S extends Serializable> |
|
| ShortTypeDescriptor |
Descriptor for Short handling.
|
| StringTypeDescriptor |
Descriptor for String handling.
|
| TimeZoneTypeDescriptor |
|
| TimeZoneTypeDescriptor.TimeZoneComparator |
|
| UrlTypeDescriptor |
Descriptor for URL handling.
|
| UUIDTypeDescriptor |
Descriptor for UUID handling.
|
| UUIDTypeDescriptor.PassThroughTransformer |
|
| UUIDTypeDescriptor.ToBytesTransformer |
|
| UUIDTypeDescriptor.ToStringTransformer |
|