Class NamedQueryHelper.NamedQueryDescriptorBuilder

java.lang.Object
org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
Enclosing class:
NamedQueryHelper

public abstract static class NamedQueryHelper.NamedQueryDescriptorBuilder extends Object
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getHints

      public Map<String,Object> getHints()
    • 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)
    • getLockOptions

      public LockOptions getLockOptions()
    • 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)