OptimisticCacheSourcepublic interface OptimisticCacheSource Contract for sources of optimistically lockable data sent to the second level
cache.
Note currently {@link org.hibernate.persister.entity.EntityPersister}s are
the only viable source. |
Methods Summary |
---|
public java.util.Comparator | getVersionComparator()Get the comparator used to compare two different version values together.
| public boolean | isVersioned()Does this source represent versioned (i.e., and thus optimistically
lockable) data?
|
|