class |
ByteArrayDataType |
Class ByteArrayDataType.
|
class |
LongDataType |
Class LongDataType.
|
class |
MetaType<D> |
Class DBMetaType is a type for values in the type registry map.
|
class |
ObjectDataType |
A data type implementation for the most common data types, including
serializable objects.
|
(package private) static class |
ObjectDataType.AutoDetectDataType<T> |
The base class for auto-detect data types.
|
(package private) static class |
ObjectDataType.BigDecimalType |
The type for BigDecimal objects.
|
(package private) static class |
ObjectDataType.BigIntegerType |
The type for BigInteger objects.
|
(package private) static class |
ObjectDataType.BooleanType |
The type for boolean true and false.
|
(package private) static class |
ObjectDataType.ByteType |
The type for byte objects.
|
(package private) static class |
ObjectDataType.CharacterType |
The type for character objects.
|
(package private) static class |
ObjectDataType.DateType |
The type for java.util.Date objects.
|
(package private) static class |
ObjectDataType.DoubleType |
The type for double objects.
|
(package private) static class |
ObjectDataType.FloatType |
The type for float objects.
|
(package private) static class |
ObjectDataType.IntegerType |
The type for integer objects.
|
(package private) static class |
ObjectDataType.LongType |
The type for long objects.
|
(package private) static class |
ObjectDataType.NullType |
The type for the null value
|
(package private) static class |
ObjectDataType.ObjectArrayType |
The type for object arrays.
|
(package private) static class |
ObjectDataType.SerializedObjectType |
The type for serialized objects.
|
(package private) static class |
ObjectDataType.ShortType |
The type for short objects.
|
(package private) static class |
ObjectDataType.StringType |
The type for string objects.
|
(package private) static class |
ObjectDataType.UUIDType |
The type for UUID objects.
|
class |
StringDataType |
A string type.
|