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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadQueryInfluencersgetLoadQueryInfluencers()QueryOptionsgetQueryOptions()StringgetQueryString()SqmStatement<?>getSqmStatement()Supplier<Boolean>hasMultiValuedParameterBindingsChecker()booleanisQueryPlanCacheable()
-
-
-
Method Detail
-
isQueryPlanCacheable
boolean isQueryPlanCacheable()
-
getQueryString
String getQueryString()
-
getSqmStatement
SqmStatement<?> getSqmStatement()
-
getQueryOptions
QueryOptions getQueryOptions()
-
getLoadQueryInfluencers
LoadQueryInfluencers getLoadQueryInfluencers()
-
-