Package org.hibernate.query.spi
Interface QueryInterpretationCache.Key
-
- All Known Implementing Classes:
NonSelectInterpretationsKey,SelectInterpretationsKey,SqmInterpretationsKey
- Enclosing interface:
- QueryInterpretationCache
public static interface QueryInterpretationCache.Key
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetQueryString()default QueryInterpretationCache.KeyprepareForStore()The possibility for a cache key to do defensive copying in case it has mutable state.
-
-
-
Method Detail
-
prepareForStore
default QueryInterpretationCache.Key prepareForStore()
The possibility for a cache key to do defensive copying in case it has mutable state.
-
getQueryString
String getQueryString()
-
-