Package | Description |
---|---|
org.hibernate.engine.jdbc.env.spi | |
org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
org.hibernate.testing.boot |
Modifier and Type | Method and Description |
---|---|
ExtractedDatabaseMetaData |
JdbcEnvironment.getExtractedDatabaseMetaData()
Access to the bits of information we pulled off the JDBC
DatabaseMetaData (that did not get
"interpreted" into the helpers/delegates available here). |
Modifier and Type | Method and Description |
---|---|
ExtractedDatabaseMetaData |
JdbcServices.getExtractedMetaDataSupport()
Obtain information about supported behavior reported by the JDBC driver.
|
Modifier and Type | Method and Description |
---|---|
ExtractedDatabaseMetaData |
BasicTestingJdbcServiceImpl.getExtractedMetaDataSupport() |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.