Package | Description |
---|---|
org.hibernate.engine.jdbc.env.spi | |
org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
Modifier and Type | Method and Description |
---|---|
TypeInfo |
JdbcEnvironment.getTypeInfoForJdbcCode(int jdbcTypeCode)
Find type information for the type identified by the given "JDBC type code".
|
Modifier and Type | Method and Description |
---|---|
java.util.LinkedHashSet<TypeInfo> |
ExtractedDatabaseMetaData.getTypeInfoSet()
Set of type info reported by the driver.
|
Modifier and Type | Method and Description |
---|---|
static java.util.LinkedHashSet<TypeInfo> |
TypeInfo.extractTypeInfo(java.sql.DatabaseMetaData metaData)
Extract the type information from the JDBC driver's DatabaseMetaData
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.