Interface | Description |
---|---|
CustomEntityDataType<T> | |
DataType |
数据类型。
|
EntityDataType |
实体类型的通用接口。
|
MutableDataType | |
RudeDataType |
原始的DataType。
此接口一般不提供给用户直接使用,主要用于方便内部代码对DataType的name、matchType等属性进行设置。 |
Class | Description |
---|---|
AbstractDataType |
DataType的抽象实现类。
|
AggregationDataType |
聚合类型。
|
BigDecimalDataType |
用于描述java.math.BigDecimal的数据类型。
|
BooleanDataType |
用于描述java.lang.Boolean的数据类型。
|
ByteDataType |
用于描述java.lang.Byte的数据类型。
|
CalendarDataType |
用于描述java.util.Calendar的数据类型。
|
CharacterDataType |
用于描述java.lang.Character的数据类型。
|
DateDataType |
用于描述java.util.Date的数据类型。
|
DecimalDataType |
抽象的浮点数字类型。
|
DefaultEntityDataType |
Bean类型的默认实现类。
|
DoubleDataType |
用于描述java.lang.Double的数据类型。
|
EntityDataTypeSupport |
实体类型抽像支持类。
|
FloatDataType |
用于描述java.lang.Float的数据类型。
|
GenericCustomEntityDataType<T> | |
IntegerDataType |
用于描述java.lang.Integer的数据类型。
|
IntegralDataType |
抽象的整数类型。
|
LongDataType |
用于描述java.lang.Long的数据类型。
|
NonAggregationDataType |
非聚合类型。
|
NumberDataType |
抽象的数字类型。
|
PrimitiveBooleanDataType |
用于描述boolean的数据类型。
|
PrimitiveByteDataType |
用于描述byte的数据类型。
|
PrimitiveCharDataType |
用于描述char的数据类型。
|
PrimitiveDoubleDataType |
用于描述double的数据类型。
|
PrimitiveFloatDataType |
用于描述float的数据类型。
|
PrimitiveIntDataType |
用于描述int的数据类型。
|
PrimitiveLongDataType |
用于描述long的数据类型。
|
PrimitiveShortDataType |
用于描述short的数据类型。
|
ShortDataType |
用于描述java.lang.Short的数据类型。
|
SimpleDataType |
简单数据类型。
|
StringDataType |
用于描述java.lang.String的数据类型。
|
Exception | Description |
---|---|
DataConvertException |
数据转换异常。
|
DataType是对所有系统中可能使用到的数据类型的抽象,用于描述系统中各种类型数据的处理方式。 这其中既包含了Java中的简单数据类型,也可能包含用户自定义的各种POJO类型。
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.