Package org.hibernate.query.sqm.internal
Interface SqmInterpretationsKey.InterpretationsKeySource
-
- All Superinterfaces:
SqmInterpretationsKey.CacheabilityInfluencers
- All Known Implementing Classes:
QuerySqmImpl
,SqmSelectionQueryImpl
- Enclosing class:
- SqmInterpretationsKey
public static interface SqmInterpretationsKey.InterpretationsKeySource extends SqmInterpretationsKey.CacheabilityInfluencers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>
getResultType()
-
Methods inherited from interface org.hibernate.query.sqm.internal.SqmInterpretationsKey.CacheabilityInfluencers
getLoadQueryInfluencers, getQueryOptions, getQueryString, getSqmStatement, hasMultiValuedParameterBindingsChecker, isQueryPlanCacheable
-
-
-
-
Method Detail
-
getResultType
Class<?> getResultType()
-
-