Class NamedQueryHelper.NamedQueryDescriptorBuilder

  • Enclosing class:
    NamedQueryHelper

    public abstract static class NamedQueryHelper.NamedQueryDescriptorBuilder
    extends Object
    • Method Detail

      • getName

        public String getName()
      • getCacheable

        public Boolean getCacheable()
      • setCacheable

        public void setCacheable​(Boolean cacheable)
      • getCacheRegion

        public String getCacheRegion()
      • setCacheRegion

        public void setCacheRegion​(String cacheRegion)
      • getCacheMode

        public CacheMode getCacheMode()
      • setCacheMode

        public void setCacheMode​(CacheMode cacheMode)
      • getFlushMode

        public FlushMode getFlushMode()
      • setFlushMode

        public void setFlushMode​(FlushMode flushMode)
      • getReadOnly

        public Boolean getReadOnly()
      • setReadOnly

        public void setReadOnly​(Boolean readOnly)
      • setLockOptions

        public void setLockOptions​(LockOptions lockOptions)
      • getTimeout

        public Integer getTimeout()
      • setTimeout

        public void setTimeout​(Integer timeout)
      • getFetchSize

        public Integer getFetchSize()
      • setFetchSize

        public void setFetchSize​(Integer fetchSize)
      • getComment

        public String getComment()
      • setComment

        public void setComment​(String comment)