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