- All Known Implementing Classes:
DefaultConnectionFactory
public interface ConnectionFactory
Factory for creating connection objects.
-
Method Summary
Modifier and TypeMethodDescriptioncreateConnection(ConnectionSettings settings) Create a new JDBC connection.
-
Method Details
-
createConnection
Create a new JDBC connection. Implementation must allow this method to be called multiple times and by multiple threads.- Parameters:
settings- the connection settings- Returns:
- a newly-created JDBC connection.
-