public class JdbcTypeJavaClassMappings extends Object
Dialect and
DatabaseMetaData.getTypeInfo() contribute this information.| Modifier and Type | Field and Description |
|---|---|
static JdbcTypeJavaClassMappings |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Class |
determineJavaClassForJdbcTypeCode(int typeCode) |
Class |
determineJavaClassForJdbcTypeCode(Integer typeCode)
For the given JDBC type, determine the JDBC recommended Java type.
|
int |
determineJdbcTypeCodeForJavaClass(Class cls)
For the given Java type, determine the JDBC recommended JDBC type.
|
public static final JdbcTypeJavaClassMappings INSTANCE
public int determineJdbcTypeCodeForJavaClass(Class cls)
public Class determineJavaClassForJdbcTypeCode(Integer typeCode)
public Class determineJavaClassForJdbcTypeCode(int typeCode)
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.