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

!!!This repo is outdated. Kept alive only for backward compatibility reasons.!!! Beta implementation of hazelcast-hibernate module for Hibernate 4.0.

Notifications You must be signed in to change notification settings

hazelcast/hazelcast-hibernate4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

!!!This repo is outdated.!!!

Please check http://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.

About

!!!This repo is outdated. Kept alive only for backward compatibility reasons.!!! Beta implementation of hazelcast-hibernate module for Hibernate 4.0.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages