Package org.hibernate.engine.jdbc.spi
Interface SchemaNameResolver
public interface SchemaNameResolver
Contract for resolving the schema of a
Connection
.-
Method Summary
Modifier and TypeMethodDescriptionresolveSchemaName
(Connection connection) Given a JDBCConnection
, resolve the name of the schema (if one) to which it connects.
-
Method Details
-
resolveSchemaName
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).
-