See: Description
Interface | Description |
---|---|
SqlTypeDescriptor |
Descriptor for the SQL/JDBC side of a value mapping.
|
Class | Description |
---|---|
BasicBinder<J> |
Convenience base implementation of
ValueBinder |
BasicExtractor<J> |
Convenience base implementation of
ValueExtractor |
BigIntTypeDescriptor |
Descriptor for
BIGINT handling. |
BinaryTypeDescriptor |
Descriptor for
BINARY handling. |
BitTypeDescriptor |
Descriptor for
BIT handling. |
BlobTypeDescriptor |
Descriptor for
BLOB handling. |
BooleanTypeDescriptor |
Descriptor for
BOOLEAN handling. |
CharTypeDescriptor |
Descriptor for
CHAR handling. |
ClobTypeDescriptor |
Descriptor for
CLOB handling. |
DateTypeDescriptor |
Descriptor for
DATE handling. |
DecimalTypeDescriptor |
Descriptor for
DECIMAL handling. |
DoubleTypeDescriptor |
Descriptor for
DOUBLE handling. |
FloatTypeDescriptor |
Descriptor for
FLOAT handling. |
IntegerTypeDescriptor |
Descriptor for
INTEGER handling. |
JdbcTypeFamilyInformation |
Information pertaining to JDBC type families.
|
JdbcTypeJavaClassMappings |
Maintains the JDBC recommended mappings for JDBC type-code to/from Java Class
as defined in _Appendix B : Data Type Conversion Tables_ of the _JDBC 4.0 Specification_
Eventually, the plan is to have
Dialect and
DatabaseMetaData.getTypeInfo() contribute this information. |
LobTypeMappings | |
LongNVarcharTypeDescriptor |
Descriptor for
LONGNVARCHAR handling. |
LongVarbinaryTypeDescriptor |
Descriptor for
LONGVARBINARY handling. |
LongVarcharTypeDescriptor |
Descriptor for
LONGVARCHAR handling. |
NationalizedTypeMappings |
Manages a mapping between nationalized and non-nationalized variants of JDBC types.
|
NCharTypeDescriptor |
Descriptor for
NCHAR handling. |
NClobTypeDescriptor |
Descriptor for
NCLOB handling. |
NumericTypeDescriptor |
Descriptor for
NUMERIC handling. |
NVarcharTypeDescriptor |
Descriptor for
NVARCHAR handling. |
RealTypeDescriptor |
Descriptor for
REAL handling. |
SmallIntTypeDescriptor |
Descriptor for
SMALLINT handling. |
SqlTypeDescriptorRegistry | Deprecated
(5.3) Use
SqlTypeDescriptorRegistry instead. |
SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor | |
TimestampTypeDescriptor |
Descriptor for
TIMESTAMP handling. |
TimeTypeDescriptor |
Descriptor for
TIME handling. |
TinyIntTypeDescriptor |
Descriptor for
TINYINT handling. |
VarbinaryTypeDescriptor |
Descriptor for
VARBINARY handling. |
VarcharTypeDescriptor |
Descriptor for
VARCHAR handling. |
Enum | Description |
---|---|
JdbcTypeFamilyInformation.Family |
Types
Copyright © 2021 JBoss by Red Hat. All rights reserved.