See: Description
Class | Description |
---|---|
CollectionCacheInvalidator |
Allows the collection cache to be automatically evicted if an element is inserted/removed/updated *without* properly
managing both sides of the association (ie, the ManyToOne collection is changed w/o properly managing the OneToMany).
|
DefaultCacheKeysFactory |
Second level cache providers now have the option to use custom key implementations.
|
DisabledCaching |
CacheImplementor implementation for disabled caching
|
EnabledCaching | |
NaturalIdCacheKey |
Defines a key for caching natural identifier resolutions into the second level cache.
|
NoCachingRegionFactory |
Factory used if no caching enabled in config...
|
NoCachingTransactionSynchronizationImpl | |
QueryResultsCacheImpl |
The standard implementation of the Hibernate QueryCache interface.
|
QueryResultsCacheImpl.CacheItem | |
RegionFactoryInitiator |
Initiator for the
RegionFactory service. |
SimpleCacheKeysFactory |
Factory that does not fill in the entityName or role
|
StandardTimestampsCacheFactory |
Standard Hibernate implementation of the QueryCacheFactory interface.
|
StrategyCreatorRegionFactoryImpl | |
TimestampsCacheDisabledImpl |
TimestampsRegionAccess implementation for cases where query results caching
(or second level caching overall) is disabled.
|
TimestampsCacheEnabledImpl |
Standard implementation of TimestampsCache
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.