Package org.hibernate.query.sqm.internal
Interface SqmInterpretationsKey.CacheabilityInfluencers
- All Known Subinterfaces:
SqmInterpretationsKey.InterpretationsKeySource
- All Known Implementing Classes:
QuerySqmImpl
,SqmSelectionQueryImpl
- Enclosing class:
- SqmInterpretationsKey
public static interface SqmInterpretationsKey.CacheabilityInfluencers
-
Method Summary
-
Method Details
-
isQueryPlanCacheable
boolean isQueryPlanCacheable() -
getQueryString
String getQueryString() -
getSqmStatement
SqmStatement<?> getSqmStatement() -
getQueryOptions
QueryOptions getQueryOptions() -
getLoadQueryInfluencers
LoadQueryInfluencers getLoadQueryInfluencers() -
hasMultiValuedParameterBindingsChecker
-