Interface SqmInterpretationsKey.CacheabilityInfluencers

All Known Subinterfaces:
SqmInterpretationsKey.InterpretationsKeySource
All Known Implementing Classes:
QuerySqmImpl, SqmSelectionQueryImpl
Enclosing class:
SqmInterpretationsKey

public static interface SqmInterpretationsKey.CacheabilityInfluencers
  • Method Details

    • isQueryPlanCacheable

      boolean isQueryPlanCacheable()
    • getQueryString

      String getQueryString()
    • getSqmStatement

      SqmStatement<?> getSqmStatement()
    • getQueryOptions

      QueryOptions getQueryOptions()
    • getLoadQueryInfluencers

      LoadQueryInfluencers getLoadQueryInfluencers()
    • hasMultiValuedParameterBindingsChecker

      Supplier<Boolean> hasMultiValuedParameterBindingsChecker()