com.hazelcast.hibernate.instance
Interface IHazelcastInstanceLoader


public interface IHazelcastInstanceLoader


Method Summary
 void configure(Properties props)
           
 HazelcastInstance loadInstance()
           
 void unloadInstance()
           
 

Method Detail

configure

void configure(Properties props)

loadInstance

HazelcastInstance loadInstance()
                               throws org.hibernate.cache.CacheException
Throws:
org.hibernate.cache.CacheException

unloadInstance

void unloadInstance()
                    throws org.hibernate.cache.CacheException
Throws:
org.hibernate.cache.CacheException


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.