JPA 1 with OpenJPA 1.2.2 in a unit-test backed Hsqldb 1.8. The following JPA QL doesn't work with a "IN" on a List of ids doesn't work.
@Transactional public void updateSettlementId(List<Long> voucherIds, Long ...