PostgreSQL function array_agg in JPA

后端 未结 0 1533
轮回少年
轮回少年 2021-01-20 16:23

In PostgreSQL, array_agg (column) allows to aggregate. I try to use it with JPA.


ParameterExpression param = criteriaBuilder.parameter(Integer         


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