Package org.hibernate.query.sqm.internal
Class SqmInterpretationsKey
java.lang.Object
org.hibernate.query.sqm.internal.SqmInterpretationsKey
- All Implemented Interfaces:
QueryInterpretationCache.Key
-
Method Summary
Modifier and TypeMethodDescriptionstatic SqmInterpretationsKey
createInterpretationsKey
(InterpretationsKeySource keySource) boolean
static QueryInterpretationCache.Key
generateNonSelectKey
(InterpretationsKeySource keyDetails) int
hashCode()
The possibility for a cache key to do defensive copying in case it has mutable state.
-
Method Details
-
createInterpretationsKey
-
generateNonSelectKey
public static QueryInterpretationCache.Key generateNonSelectKey(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()
-