Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
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

...