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 LoadQueryInfluencers
getLoadQueryInfluencers()
QueryOptions
getQueryOptions()
String
getQueryString()
SqmStatement<?>
getSqmStatement()
Supplier<Boolean>
hasMultiValuedParameterBindingsChecker()
boolean
isQueryPlanCacheable()
-
-
-
Method Detail
-
isQueryPlanCacheable
boolean isQueryPlanCacheable()
-
getQueryString
String getQueryString()
-
getSqmStatement
SqmStatement<?> getSqmStatement()
-
getQueryOptions
QueryOptions getQueryOptions()
-
getLoadQueryInfluencers
LoadQueryInfluencers getLoadQueryInfluencers()
-
-