Uses of Interface
org.hibernate.query.sqm.internal.SqmInterpretationsKey.InterpretationsKeySource
-
Packages that use SqmInterpretationsKey.InterpretationsKeySource Package Description org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
Uses of SqmInterpretationsKey.InterpretationsKeySource in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement SqmInterpretationsKey.InterpretationsKeySource Modifier and Type Class Description class
QuerySqmImpl<R>
Query
implementation based on an SQMclass
SqmSelectionQueryImpl<R>
Methods in org.hibernate.query.sqm.internal with parameters of type SqmInterpretationsKey.InterpretationsKeySource Modifier and Type Method Description static SqmInterpretationsKey
SqmInterpretationsKey. createInterpretationsKey(SqmInterpretationsKey.InterpretationsKeySource keySource)
static QueryInterpretationCache.Key
SqmInterpretationsKey. generateNonSelectKey(SqmInterpretationsKey.InterpretationsKeySource keyDetails)
-