package org.hibernate.tool.hbm2x.hbm2hbmxml; public class Person { int id; Address address; }