Package | Description |
---|---|
org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
org.hibernate.cache.impl.bridge |
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
CollectionAccessStrategyAdapter(CollectionRegion region,
CacheConcurrencyStrategy ccs,
Settings settings) |
EntityAccessStrategyAdapter(EntityRegion region,
CacheConcurrencyStrategy ccs,
Settings settings) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved