| org.hibernate.cache.CacheDataDescription | 
|  Known Indirect Subclasses | 
Describes attributes regarding the type of data to be cached.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Get the comparator used to compare two different version values. | |||||||||||
| Is the data marked as being mutable? | |||||||||||
| Is the data to be cached considered versioned?
 
 If true, it is illegal for  getVersionComparator()to return
 null. | |||||||||||
Get the comparator used to compare two different version values.
May return null ifisVersioned() returns false.Is the data marked as being mutable?
Is the data to be cached considered versioned?
If true, it is illegal forgetVersionComparator() to return
 null.