Uses of Interface
org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Packages that use ExtractedDatabaseMetaData
Package
Description
Defines SPI contracts for obtaining JDBC
Connections from a
provider implemented as a service.SPI contracts supporting various aspects of JDBC interaction.
-
Uses of ExtractedDatabaseMetaData in org.hibernate.engine.jdbc.connections.spi
Methods in org.hibernate.engine.jdbc.connections.spi with parameters of type ExtractedDatabaseMetaDataModifier and TypeMethodDescriptiondefault DatabaseConnectionInfoConnectionProvider.getDatabaseConnectionInfo(Dialect dialect, ExtractedDatabaseMetaData metaData) -
Uses of ExtractedDatabaseMetaData in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi that return ExtractedDatabaseMetaDataModifier and TypeMethodDescriptionJdbcEnvironment.getExtractedDatabaseMetaData()Access to the bits of information we pulled off the JDBCDatabaseMetaData(that did not get "interpreted" into the helpers/delegates available here). -
Uses of ExtractedDatabaseMetaData in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return ExtractedDatabaseMetaDataModifier and TypeMethodDescriptionJdbcServices.getExtractedMetaDataSupport()Obtain information about supported behavior reported by the JDBC driver.