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
Modifier and TypeMethodDescriptiondefault QueryInterpretationCache.Key
The possibility for a cache key to do defensive copying in case it has mutable state.
-
Method Details
-
prepareForStore
The possibility for a cache key to do defensive copying in case it has mutable state. -
getQueryString
String getQueryString()
-