//$Id: Entity.java 5686 2005-02-12 07:27:32Z steveebersole $ package org.hibernate.test.onetoone.singletable; /** * @author Gavin King */ public class Entity { public String name; }