| Package | Description |
|---|---|
| org.hibernate.engine.jdbc.env.internal | |
| 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 |
JdbcEnvironmentImpl.getTypeInfoForJdbcCode(int jdbcTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashSet<TypeInfo> |
ExtractedDatabaseMetaDataImpl.getTypeInfoSet() |
| Modifier and Type | Method and Description |
|---|---|
ExtractedDatabaseMetaDataImpl.Builder |
ExtractedDatabaseMetaDataImpl.Builder.addTypeInfo(TypeInfo typeInfo) |
| Modifier and Type | Method and Description |
|---|---|
ExtractedDatabaseMetaDataImpl.Builder |
ExtractedDatabaseMetaDataImpl.Builder.setTypeInfoSet(LinkedHashSet<TypeInfo> typeInfoSet) |
| 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 © 2019 JBoss by Red Hat. All rights reserved.