Skip to content

Commit ab9ad65

Browse files
committed
mention 'org.hibernate.orm:hibernate-hikaricp' in doc
1 parent a7f2f8e commit ab9ad65

File tree

1 file changed

+4
-1
lines changed
  • documentation/src/main/asciidoc/introduction

1 file changed

+4
-1
lines changed

documentation/src/main/asciidoc/introduction/Tuning.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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`.
9699
Its settings are enumerated by link:{doc-javadoc-url}/org/hibernate/cfg/HikariCPSettings.html[`HikariCPSettings`].
97100

98101
.Container-managed datasources

0 commit comments

Comments
 (0)