Interface ConfigSettings


  • public interface ConfigSettings
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CACHE_MANAGER
      Allows providing `hibernate-jcache` with a custom JCache CacheManager.
      static java.lang.String CONFIG_URI
      Designates the URI for a specific JCache CacheManager JCacheRegionFactory should ask the CachingProvider for
      static java.lang.String MISSING_CACHE_STRATEGY
      Define the behavior of the region factory when a cache is missing, i.e.
      static java.lang.String PROP_PREFIX  
      static java.lang.String PROVIDER
      Allows providing `hibernate-jcache` with a custom JCache CachingProvider.
      static java.lang.String SIMPLE_FACTORY_NAME  
    • Field Detail

      • CACHE_MANAGER

        static final java.lang.String CACHE_MANAGER
        Allows providing `hibernate-jcache` with a custom JCache CacheManager.
        See Also:
        Constant Field Values
      • PROVIDER

        static final java.lang.String PROVIDER
        Allows providing `hibernate-jcache` with a custom JCache CachingProvider.
        See Also:
        Constant Field Values
      • MISSING_CACHE_STRATEGY

        static final java.lang.String MISSING_CACHE_STRATEGY
        Define the behavior of the region factory when a cache is missing, i.e. when the cache was not created by the cache manager as it started. See MissingCacheStrategy for the various possible values. Default value is MissingCacheStrategy.FAIL.
        See Also:
        Constant Field Values
      • CONFIG_URI

        static final java.lang.String CONFIG_URI
        Designates the URI for a specific JCache CacheManager JCacheRegionFactory should ask the CachingProvider for
        See Also:
        CachingProvider.getCacheManager(URI, ClassLoader), Constant Field Values