Skip navigation links
Red Hat JBoss Enterprise Application Platform 7.4.0.GA

Package org.hibernate.cache.spi.support

Package intended for simplifying the worked needed to implement a caching provider.

See: Description

Package org.hibernate.cache.spi.support Description

Package intended for simplifying the worked needed to implement a caching provider. Centers around the concept of StorageAccess and DomainDataStorageAccess too implement most of the "grunt work" associated with the implementation. Most integrations would just: 1. implement a custom StorageAccess/DomainDataStorageAccess 2. implement a custom RegionFactoryTemplate, implementing specifically: a. `RegionFactoryTemplate#createDomainDataStorageAccess` b. `RegionFactoryTemplate#createQueryResultsRegionStorageAccess` c. `RegionFactoryTemplate#createTimestampsRegionStorageAccess` Voila.. functioning cache provider The preferred approach to "provide a integration" is through a custom StrategyRegistrationProvider Both `hibernate-testing` (`org.hibernate.testing.cache.CachingRegionFactory`) and `hibernate-jcache` (`org.hibernate.cache.jcache.internal.JCacheRegionFactory`) provide examples of using this support package to implement a caching provider.
Skip navigation links
Red Hat JBoss Enterprise Application Platform 7.4.0.GA

Copyright © 2021 JBoss by Red Hat. All rights reserved.