Package org.hibernate.engine.jdbc.spi
Interface SchemaNameResolver
Deprecated, for removal: This API element is subject to removal in a future version.
Use SchemaNameResolver instead.
Contract for resolving the schema of a
Connection
.- API Note:
- No used.
-
Method Summary
Modifier and TypeMethodDescriptionresolveSchemaName
(Connection connection) Deprecated, for removal: This API element is subject to removal in a future version./** Given a JDBCConnection
, resolve the name of the schema (if one) to which it connects.
-
Method Details
-
resolveSchemaName
Deprecated, for removal: This API element is subject to removal in a future version./** Given a JDBCConnection
, resolve the name of the schema (if one) to which it connects.- Parameters:
connection
- The JDBC connection- Returns:
- The name of the schema; may be null.
-