Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 608 Bytes

!!!This repo is outdated.!!!

Please check https://github.com/hazelcast/hazelcast-hibernate5


Beta implementation of hazelcast-hibernate module for Hibernate 4.0.

###Usage:

For distributed mode;

<property name="hibernate.cache.region.factory_class">com.hazelcast.hibernate4.HazelcastCacheRegionFactory</property>

For invalidation mode;

<property name="hibernate.cache.region.factory_class">com.hazelcast.hibernate4.HazelcastLocalCacheRegionFactory</property>

Note: This module will be integrated into Hazelcast distribution in a later release.