Interface ConnectionFactory

All Known Implementing Classes:
DataSourceConnectionFactory, DriverConnectionFactory, DriverManagerConnectionFactory

public interface ConnectionFactory
Abstract factory interface for creating Connections.
Since:
2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a new Connection in an implementation specific fashion.