| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheConcurrencyStrategy | |
|---|---|
| org.hibernate.cache | This package defines APIs/SPIs and implementations for the Hibernate second-level cache. | 
| org.hibernate.cache.impl.bridge | |
| Uses of CacheConcurrencyStrategy in org.hibernate.cache | 
|---|
| Classes in org.hibernate.cache that implement CacheConcurrencyStrategy | |
|---|---|
|  class | NonstrictReadWriteCacheCaches data that is sometimes updated without ever locking the cache. | 
|  class | ReadOnlyCacheCaches data that is never updated. | 
|  class | ReadWriteCacheCaches data that is sometimes updated while maintaining the semantics of "read committed" isolation level. | 
|  class | TransactionalCacheSupport for fully transactional cache implementations like JBoss TreeCache. | 
| Uses of CacheConcurrencyStrategy in org.hibernate.cache.impl.bridge | 
|---|
| Constructors in org.hibernate.cache.impl.bridge with parameters of type CacheConcurrencyStrategy | |
|---|---|
| CollectionAccessStrategyAdapter(CollectionRegion region,
                                CacheConcurrencyStrategy ccs,
                                Settings settings) | |
| EntityAccessStrategyAdapter(EntityRegion region,
                            CacheConcurrencyStrategy ccs,
                            Settings settings) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||