| 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 |
|---|---|
LinkedHashSet<TypeInfo> |
ExtractedDatabaseMetaData.getTypeInfoSet()
Set of type info reported by the driver.
|
| Modifier and Type | Method and Description |
|---|---|
static LinkedHashSet<TypeInfo> |
TypeInfo.extractTypeInfo(DatabaseMetaData metaData)
Extract the type information from the JDBC driver's DatabaseMetaData
|
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.