I have class Animal:
@Entity public class Animal { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private long id; private String name;