Registry / orm / hibernate-jcache

hibernate-jcache

JSON →
library5.5.6javamavenunverified

Integration of JCache (JSR 107) with Hibernate ORM for caching.

<dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-jcache</artifactId> <version>5.5.6</version> </dependency>
INSTALL
IMPORT
SIG · HIBERNATE-JCACHE
H
hibernate-jcache
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.

JCacheRegionFactory
org.hibernate.cache.jcache.JCacheRegionFactory

Configure Hibernate to use JCache for second-level caching.

import org.hibernate.cache.jcache.JCacheRegionFactory; import org.hibernate.cfg.Configuration; Configuration config = new Configuration(); config.setProperty("hibernate.cache.region.factory_class", JCacheRegionFactory.class.getName());
Debug
Known issues
breakingThis module has been relocated to the org.hibernate.orm group in Hibernate 6.
fix
Use org.hibernate.orm:hibernate-jcache for Hibernate 6+.
affects: >=6.0.0
Upgrade
Version history
5.5.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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