Registry / orm / hibernate-hikaricp

hibernate-hikaricp

JSON →
library5.5.6javamavenunverified

Hibernate HikariCP provides integration between Hibernate ORM and the HikariCP connection pool.

<dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-hikaricp</artifactId> <version>5.5.6</version> </dependency>
INSTALL
IMPORT
SIG · HIBERNATE-HIKARICP
H
hibernate-hikaricp
ormjavav5.5.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HikariCPConnectionProvider
✓ org.hibernate.hikaricp.internal.HikariCPConnectionProvider

Configures Hibernate to use HikariCP connection pool.

import org.hibernate.cfg.Configuration; import org.hibernate.SessionFactory; public class Example { public static void main(String[] args) { Configuration cfg = new Configuration().configure(); cfg.setProperty("hibernate.connection.provider_class", "org.hibernate.hikaricp.internal.HikariCPConnectionProvider"); SessionFactory sf = cfg.buildSessionFactory(); } }
Debug
Known issues
breakingThis module has been relocated to org.hibernate.orm:hibernate-hikaricp in Hibernate 6+.
fix
Use the new groupId org.hibernate.orm for Hibernate 6.x.
affects: >=6.0.0
Upgrade
Version history
5.5.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
36
Resources
hibernate-hikaricp — mvn dependency:get hibernate-hikaricp · libregistry