程序包 org.hibernate.cache.internal
Internal implementations and support for second-level caching.
-
类概要 类 说明 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 cachingEnabledCaching 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 theRegionFactoryservice.SimpleCacheKeysFactory Factory that does not fill in the entityName or roleStandardTimestampsCacheFactory 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