Update README.md

pull/77/head
Brett Wooldridge 11 years ago
parent 01bcaa3205
commit 1548ccf6d0

@ -88,12 +88,12 @@ having HikariCP construct it via reflection. When this property is specified, t
:abc:``dataSourceClassName``<br/> :abc:``dataSourceClassName``<br/>
This is the name of the ``DataSource`` class provided by the JDBC driver. Consult the This is the name of the ``DataSource`` class provided by the JDBC driver. Consult the
documentation for your specific JDBC driver to get this class name. Note XA data sources documentation for your specific JDBC driver to get this class name, or see the [table](https://github.com/brettwooldridge/HikariCP#popular-datasource-class-names) below.
are not supported. XA requires a real transaction manager like [bitronix](https://github.com/bitronix/btm). Note XA data sources are not supported. XA requires a real transaction manager like
Note that you do not need this property if you are using ``driverClassName`` to wrap an [bitronix](https://github.com/bitronix/btm). Note that you do not need this property if you are using
old-school DriverManager-based JDBC driver. The HikariCP team considers ``dataSourceClassName`` ``driverClassName`` to wrap an old-school DriverManager-based JDBC driver. The HikariCP team
to be a superior method of creating connections compared to ``driverClassName``. considers ``dataSourceClassName`` to be a superior method of creating connections compared to
*Default: none* ``driverClassName``. *Default: none*
:abc:``driverClassName``<br/> :abc:``driverClassName``<br/>
This property allows HikariCP to wrap an old-school JDBC driver as a ``javax.sql.DataSource``. This property allows HikariCP to wrap an old-school JDBC driver as a ``javax.sql.DataSource``.

Loading…
Cancel
Save