Can you please help me to map th class Hbernate?
public class MyClass{
private Long id;
private String name;
private int[] values;
//omitting getters and setters
}
I'm using PostgreSQL and the column type n the table is integer[] How my array should be mapped?