openjpa « Collection « JPA Q&A





1. JPA QL "IN" collection doesn't work for openjpa 1.2.2    stackoverflow.com

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 ...