Person class
Person
@Embeddable public class Person { @Column public int code; //... }
is embedded inside Event
Event