org.hibernate.engine.internal
Class CacheHelper

java.lang.Object
  extended by org.hibernate.engine.internal.CacheHelper

public class CacheHelper
extends Object


Constructor Summary
CacheHelper()
           
 
Method Summary
static Serializable fromSharedCache(SessionImplementor session, CacheKey cacheKey, RegionAccessStrategy cacheAccessStrategy)
           
static Serializable fromSharedCache(SessionImplementor session, NaturalIdCacheKey cacheKey, NaturalIdRegionAccessStrategy cacheAccessStrategy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheHelper

public CacheHelper()
Method Detail

fromSharedCache

public static Serializable fromSharedCache(SessionImplementor session,
                                           NaturalIdCacheKey cacheKey,
                                           NaturalIdRegionAccessStrategy cacheAccessStrategy)

fromSharedCache

public static Serializable fromSharedCache(SessionImplementor session,
                                           CacheKey cacheKey,
                                           RegionAccessStrategy cacheAccessStrategy)


Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.