blob: d80585260aa457f86cc37f434f53a2a915382f44 [file] [log] [blame]
package com.gemstone.gemfire.modules.hibernate.internal;
import org.hibernate.cache.access.SoftLock;
/**
*
* @author sbawaska
*/
public interface EntityVersion extends SoftLock {
public Long getVersion();
}