|
||||||||||
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 |
NonstrictReadWriteCache
Caches data that is sometimes updated without ever locking the cache. |
class |
ReadOnlyCache
Caches data that is never updated. |
class |
ReadWriteCache
Caches data that is sometimes updated while maintaining the semantics of "read committed" isolation level. |
class |
TransactionalCache
Support 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 |