File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
documentation/src/main/asciidoc/introduction Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,10 @@ The following settings are common to all connection pools supported by Hibernate
9292| link:{doc-javadoc-url}/org/hibernate/cfg/JdbcSettings.html#ISOLATION[`hibernate.connection.isolation`] | The default transaction isolation level
9393|===
9494
95- A popular alternative to Agroal is HikariCP.
95+ :hikaricp: https://github.com/brettwooldridge/HikariCP
96+
97+ A popular alternative to Agroal is {hikaricp}[HikariCP].
98+ Integration with HikariCP is provided by the module `org.hibernate.orm:hibernate-hikaricp`.
9699Its settings are enumerated by link:{doc-javadoc-url}/org/hibernate/cfg/HikariCPSettings.html[`HikariCPSettings`].
97100
98101.Container-managed datasources
You can’t perform that action at this time.
0 commit comments