I study the spring+Hibernate bundle there Is an entity:
public class PersonEntity { private Long id; private String name; private Integer age;