I have a entity with following columns:
@Table(name="person") public class Person { @Id @GeneratedValue private int id; private