1 //$Id: Entity.java,v 1.2 2005/02/12 07:27:29 steveebersole Exp $2 package org.hibernate.test.onetoone.singletable;3 4 /**5 * @author Gavin King6 */7 public class Entity {8 public String name;9 }10