...
Code Block | ||
---|---|---|
| ||
void deleteByAnchorIn(int[] anchorIds); |
This in turn limits the use to native queries, and not JPQL queries.
Advantage of arrays: Postgres arrays can simplify existing code
...
...
Code Block | ||
---|---|---|
| ||
void deleteByAnchorIn(int[] anchorIds); |
This in turn limits the use to native queries, and not JPQL queries.
...