Interface QueryInterpretationCache.Key

All Known Implementing Classes:
NonSelectInterpretationsKey, SelectInterpretationsKey, SqmInterpretationsKey
Enclosing interface:
QueryInterpretationCache

public static interface QueryInterpretationCache.Key
  • Method Details

    • prepareForStore

      default QueryInterpretationCache.Key prepareForStore()
      The possibility for a cache key to do defensive copying in case it has mutable state.
    • getQueryString

      String getQueryString()