Have 1 PostgreSQL table look like following
int id, int[] childIds
How can I map childIds to a List in Java entit
childIds
List