| 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 |
Descriptor for Byte[] handling.
|
| ByteTypeDescriptor |
Descriptor for Byte handling.
|
| CalendarDateTypeDescriptor |
Descriptor for Calendar handling, but just for the date (month, day, year) portion.
|
| CalendarTimeTypeDescriptor |
Descriptor for Calendar handling, but just for the time portion.
|
| CalendarTypeDescriptor |
|
| CalendarTypeDescriptor.CalendarMutabilityPlan |
|
| CharacterArrayTypeDescriptor |
Descriptor for Character[] handling.
|
| CharacterTypeDescriptor |
|
| ClassTypeDescriptor |
Descriptor for Class handling.
|
| ClobTypeDescriptor |
Descriptor for Clob handling.
|
| ClobTypeDescriptor.ClobMutabilityPlan |
|
| CurrencyTypeDescriptor |
|
| DataHelper |
A help for dealing with BLOB and CLOB data
|
| DateTypeDescriptor |
Descriptor for Date handling.
|
| DateTypeDescriptor.DateMutabilityPlan |
|
| DoubleTypeDescriptor |
Descriptor for Double handling.
|
| DurationJavaDescriptor |
|
| EnumJavaTypeDescriptor<T extends Enum> |
Describes a Java Enum type.
|
| FloatTypeDescriptor |
Descriptor for Float handling.
|
| ImmutableMutabilityPlan<T> |
Mutability plan for immutable objects
|
| IncomparableComparator |
Comparator for things that cannot be compared (in a way we know about).
|
| InstantJavaDescriptor |
Java type descriptor for the LocalDateTime type.
|
| IntegerTypeDescriptor |
|
| JavaTypeDescriptorRegistry |
Deprecated
|
| JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor<T> |
|
| JdbcDateTypeDescriptor |
Descriptor for Date handling.
|
| JdbcDateTypeDescriptor.DateMutabilityPlan |
|
| JdbcTimestampTypeDescriptor |
|
| JdbcTimestampTypeDescriptor.TimestampMutabilityPlan |
|
| JdbcTimeTypeDescriptor |
Descriptor for Time handling.
|
| JdbcTimeTypeDescriptor.TimeMutabilityPlan |
|
| LocalDateJavaDescriptor |
Java type descriptor for the LocalDateTime type.
|
| LocalDateTimeJavaDescriptor |
Java type descriptor for the LocalDateTime type.
|
| LocaleTypeDescriptor |
Descriptor for Locale handling.
|
| LocaleTypeDescriptor.LocaleComparator |
|
| LocalTimeJavaDescriptor |
Java type descriptor for the LocalDateTime type.
|
| LongTypeDescriptor |
Descriptor for Long handling.
|
| MutableMutabilityPlan<T> |
Mutability plan for mutable objects
|
| NClobTypeDescriptor |
Descriptor for NClob handling.
|
| NClobTypeDescriptor.NClobMutabilityPlan |
|
| OffsetDateTimeJavaDescriptor |
Java type descriptor for the LocalDateTime type.
|
| OffsetTimeJavaDescriptor |
Java type descriptor for the LocalDateTime type.
|
| PrimitiveByteArrayTypeDescriptor |
Descriptor for byte[] handling.
|
| PrimitiveCharacterArrayTypeDescriptor |
Descriptor for char[] handling.
|
| RowVersionTypeDescriptor |
Descriptor for byte[] handling specifically used for specifically for entity versions/timestamps.
|
| SerializableTypeDescriptor<T extends Serializable> |
|
| 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 |
|
| ZonedDateTimeJavaDescriptor |
Java type descriptor for the LocalDateTime type.
|