Registry / database / hazelcast-hibernate53

hazelcast-hibernate53

JSON →
library5.2.0javamavenunverified

Second-level cache provider for Hibernate 5.3 using Hazelcast distributed caching.

<dependency> <groupId>com.hazelcast</groupId> <artifactId>hazelcast-hibernate53</artifactId> <version>5.2.0</version> </dependency>
INSTALL
IMPORT
SIG · HAZELCAST-HIBERNAT
H
hazelcast-hibernate53
databasejavav5.2.0
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.

HazelcastCacheRegionFactory
com.hazelcast.hibernate.HazelcastCacheRegionFactory

Configures Hibernate to use Hazelcast as second-level cache.

import com.hazelcast.hibernate.HazelcastCacheRegionFactory; import org.hibernate.cfg.Configuration; public class Example { public static void main(String[] args) { Configuration config = new Configuration(); config.setProperty("hibernate.cache.region.factory_class", HazelcastCacheRegionFactory.class.getName()); // Build session factory } }
Debug
Known issues
breakingThis module is specific to Hibernate 5.3; not compatible with Hibernate 6+.
fix
Use hazelcast-hibernate6 for Hibernate 6.x.
affects: >=5.3.0
Upgrade
Version history
5.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
31
OpenAI (training)
2
Resources
hazelcast-hibernate53 — mvn dependency:get hazelcast-hibernate53 · libregistry