Interface ConnectionFactory

All Known Subinterfaces:
XAConnectionFactory
All Known Implementing Classes:
DataSourceConnectionFactory, DataSourceXAConnectionFactory, DriverConnectionFactory, DriverManagerConnectionFactory, LocalXAConnectionFactory

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.