JDBC Plug-in
This module provides ManagedObjectSource implementations to support JDBC.
| ManagedObjectSource | Interface of object |
|---|---|
| net.officefloor.plugin.jdbc.datasource.DataSourceManagedObjectSource | javax.sql.DataSource |
| net.officefloor.plugin.jdbc.connection.JdbcManagedObjectSource | java.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.