Class QueryHintDefinition


  • public class QueryHintDefinition
    extends Object
    • Constructor Detail

      • QueryHintDefinition

        public QueryHintDefinition​(String queryName,
                                   jakarta.persistence.QueryHint[] hints)
    • Method Detail

      • getBoolean

        public boolean getBoolean​(String hintName)
      • getBooleanWrapper

        public Boolean getBooleanWrapper​(String hintName)
      • getTimeout

        public Integer getTimeout()
      • getCacheability

        public boolean getCacheability()
      • getCacheMode

        public CacheMode getCacheMode()
      • getFlushMode

        public FlushMode getFlushMode()
      • determineLockOptions

        public LockOptions determineLockOptions​(jakarta.persistence.NamedQuery namedQueryAnnotation)