com.hazelcast.hibernate.region
Interface HazelcastRegion<Cache extends RegionCache>

Type Parameters:
Cache - implementation type of RegionCache
All Known Implementing Classes:
AbstractTransactionalDataRegion, HazelcastCollectionRegion, HazelcastEntityRegion, HazelcastNaturalIdRegion, HazelcastQueryResultsRegion, HazelcastTimestampsRegion

public interface HazelcastRegion<Cache extends RegionCache>

Hazelcast specific interface version of Hibernate's Region

Author:
Leo Kim (lkim@limewire.com)

Method Summary
 Cache getCache()
           
 HazelcastInstance getInstance()
           
 ILogger getLogger()
           
 

Method Detail

getInstance

HazelcastInstance getInstance()

getCache

Cache getCache()

getLogger

ILogger getLogger()


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