| 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 |
|---|---|
default TypeInfo |
JdbcEnvironment.getTypeInfoForJdbcCode(int jdbcTypeCode)
Deprecated.
This is currently not implemented an will likely be removed
(A default method is provided to facilitate removal from implementors)
|
| 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-2021 Red Hat, Inc. All Rights Reserved.