Package org.hibernate.query.sql.spi
Class SelectInterpretationsKey
java.lang.Object
org.hibernate.query.sql.spi.SelectInterpretationsKey
- All Implemented Interfaces:
QueryInterpretationCache.Key
-
Constructor Summary
ConstructorsConstructorDescriptionSelectInterpretationsKey
(String sql, JdbcValuesMappingProducer jdbcValuesMappingProducer, Collection<String> querySpaces, TupleTransformer tupleTransformer, ResultListTransformer resultListTransformer) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
The possibility for a cache key to do defensive copying in case it has mutable state.
-
Constructor Details
-
SelectInterpretationsKey
public SelectInterpretationsKey(String sql, JdbcValuesMappingProducer jdbcValuesMappingProducer, Collection<String> querySpaces, TupleTransformer tupleTransformer, ResultListTransformer resultListTransformer)
-
-
Method Details
-
getQueryString
- Specified by:
getQueryString
in interfaceQueryInterpretationCache.Key
-
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
-
hashCode
public int hashCode() -
equals
-