package org.hibernate.test.onetoone.optional; /** * @author Gavin King */ public class Entity { public String name; }