1 package test.hibernate;2 3 public interface Updateable {4 5 /**6 * @hibernate.property7 * column="LAST_UPDATED_BY"8 */9 public String getUpdateComment();10 }11