Package org.hibernate.engine.jdbc.spi
Interface SchemaNameResolver
-
public interface SchemaNameResolverContract for resolving the schema of aConnection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringresolveSchemaName(Connection connection)Given a JDBCConnection, resolve the name of the schema (if one) to which it connects.
-
-
-
Method Detail
-
resolveSchemaName
String resolveSchemaName(Connection connection)
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).
-
-