类 Caching


  • public class Caching
    extends Object
    Models the caching options for an entity, natural-id or collection.
    作者:
    Steve Ebersole, Hardy Ferentschik
    • 构造器详细资料

      • Caching

        public Caching​(TruthValue requested)
      • Caching

        public Caching​(String region,
                       AccessType accessType,
                       boolean cacheLazyProperties)
    • 方法详细资料

      • getRegion

        public String getRegion()
      • setRegion

        public void setRegion​(String region)
      • getAccessType

        public AccessType getAccessType()
      • setAccessType

        public void setAccessType​(AccessType accessType)
      • isCacheLazyProperties

        public boolean isCacheLazyProperties()
      • setCacheLazyProperties

        public void setCacheLazyProperties​(boolean cacheLazyProperties)
      • setRequested

        public void setRequested​(TruthValue requested)
      • overlay

        public void overlay​(Caching overrides)