Map PostgreSQL int[] array to List in Java entity

前端 未结 0 1069
广开言路
广开言路 2021-02-08 13:09

Have 1 PostgreSQL table look like following

int     id,
int[]   childIds

How can I map childIds to a List in Java entit

相关标签:
回答
  • 消灭零回复
提交回复
热议问题