Package org.hibernate.cache
Interface MutableCacheKeyBuilder
- All Superinterfaces:
Serializable
A builder that generates a Serializable Object to be used as a key into the query results cache.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addHashCode
(int hashCode) void
build()
creates an Object to be used as a key into the query results cache.
-
Method Details
-
addValue
-
addHashCode
void addHashCode(int hashCode) -
build
Serializable build()creates an Object to be used as a key into the query results cache.
-