-
Notifications
You must be signed in to change notification settings - Fork 22
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);