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
92
92
| link:{doc-javadoc-url}/org/hibernate/cfg/JdbcSettings.html#ISOLATION[`hibernate.connection.isolation`] | The default transaction isolation level
93
93
|===
94
94
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`.
96
99
Its settings are enumerated by link:{doc-javadoc-url}/org/hibernate/cfg/HikariCPSettings.html[`HikariCPSettings`].
97
100
98
101
.Container-managed datasources
You can’t perform that action at this time.
0 commit comments