Uses of Interface
org.hibernate.query.sqm.spi.InterpretationsKeySource
Packages that use InterpretationsKeySource
Package
Description
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Package for the SQM-backed Query implementation details
-
Uses of InterpretationsKeySource in org.hibernate.query.spi
Methods in org.hibernate.query.spi with parameters of type InterpretationsKeySourceModifier and TypeMethodDescriptionstatic QueryInterpretationCache.Key
QueryInterpretationCache.createInterpretationsKey
(InterpretationsKeySource keySource) -
Uses of InterpretationsKeySource in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement InterpretationsKeySourceModifier and TypeClassDescriptionclass
QuerySqmImpl<R>
Query
implementation based on an SQMclass
Methods in org.hibernate.query.sqm.internal with parameters of type InterpretationsKeySourceModifier and TypeMethodDescriptionstatic SqmInterpretationsKey
SqmInterpretationsKey.createInterpretationsKey
(InterpretationsKeySource keySource) static QueryInterpretationCache.Key
SqmInterpretationsKey.generateNonSelectKey
(InterpretationsKeySource keyDetails)