Interface CacheabilityInfluencers

All Known Subinterfaces:
InterpretationsKeySource
All Known Implementing Classes:
QuerySqmImpl, SqmSelectionQueryImpl

public interface CacheabilityInfluencers
  • Method Details

    • isQueryPlanCacheable

      boolean isQueryPlanCacheable()
    • getQueryString

      String getQueryString()
    • getQueryStringCacheKey

      Object getQueryStringCacheKey()
    • getSqmStatement

      SqmStatement<?> getSqmStatement()
    • getQueryOptions

      QueryOptions getQueryOptions()
    • getLoadQueryInfluencers

      LoadQueryInfluencers getLoadQueryInfluencers()
    • hasMultiValuedParameterBindingsChecker

      BooleanSupplier hasMultiValuedParameterBindingsChecker()