Package org.hibernate.query.sqm.internal
Class SqmInterpretationsKey
java.lang.Object
org.hibernate.query.sqm.internal.SqmInterpretationsKey
- All Implemented Interfaces:
QueryInterpretationCache.Key
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionstatic SqmInterpretationsKey
boolean
static QueryInterpretationCache.Key
int
hashCode()
The possibility for a cache key to do defensive copying in case it has mutable state.
-
Method Details
-
createInterpretationsKey
public static SqmInterpretationsKey createInterpretationsKey(SqmInterpretationsKey.InterpretationsKeySource keySource) -
generateNonSelectKey
public static QueryInterpretationCache.Key generateNonSelectKey(SqmInterpretationsKey.InterpretationsKeySource keyDetails) -
prepareForStore
Description copied from interface:QueryInterpretationCache.Key
The possibility for a cache key to do defensive copying in case it has mutable state.- Specified by:
prepareForStore
in interfaceQueryInterpretationCache.Key
-
getQueryString
- Specified by:
getQueryString
in interfaceQueryInterpretationCache.Key
-
equals
-
hashCode
public int hashCode()
-