Skip to content

DataSource

Zsolt Herpai edited this page Feb 5, 2015 · 1 revision

FluentJdbc includes a ConnectionProvider implementation for DataSources out of the box:

DataSource dataSource = ...
ConnectionProvider cp = new DataSourceConnectionProvider(dataSource);

Clone this wiki locally