class |
AbstractDateTimeType<T> |
Base class for date- or time-related data types.
|
class |
AbstractNumberType<T extends Number> |
Base class for number data types.
|
class |
BigDecimalType |
|
class |
BinaryType |
|
class |
BMoneyType |
|
class |
BooleanPrimitiveType |
Datatype for the primitive type boolean.
|
class |
BooleanType |
|
class |
BytePrimitiveType |
Datatype for the primitive type byte.
|
class |
ByteType |
|
class |
CharacterPrimitiveType |
Datatype for the primitive type char.
|
class |
CharacterType |
|
class |
ConvertibleType |
Virtual type for application-specific wrapper classes implementing org.tentackle.misc.Convertible.
|
class |
DateType |
|
class |
DMoneyType |
|
class |
DoublePrimitiveType |
Datatype for the primitive type double.
|
class |
DoubleType |
|
class |
FloatPrimitiveType |
Datatype for the primitive type float.
|
class |
FloatType |
|
class |
IntegerPrimitiveType |
Datatype for the primitive type int.
|
class |
IntegerType |
|
class |
LargeStringType |
|
class |
LocalDateTimeType |
|
class |
LocalDateType |
|
class |
LocalTimeType |
|
class |
LongPrimitiveType |
Datatype for the primitive type long.
|
class |
LongType |
|
class |
ShortPrimitiveType |
Datatype for the primitive type short.
|
class |
ShortType |
|
class |
StringType |
|
class |
TimestampType |
|
class |
TimeType |
|