JDBC Plug-in

This module provides ManagedObjectSource implementations to support JDBC.

ManagedObjectSourceInterface of object
net.officefloor.plugin.jdbc.datasource.DataSourceManagedObjectSourcejavax.sql.DataSource
net.officefloor.plugin.jdbc.connection.JdbcManagedObjectSourcejava.sql.Connection

The JdbcManagedObjectSource implementation utilises the OfficeFloor framework to provide a Connection object that is managed by OfficeFloor so that your application code need only use the Connection and not write code for:

The DataSourceManagedObjectSource enables working with existing frameworks that depend on a DataSource.