Closed
Description
David Zeigler opened BATCH-1926 and commented
The Hibernate ItemReaders support queryName as an alternative to queryString allowing the reader to use a named query.
JpaPagingItemReader needs to support this option as well. When queryName is set, the javax.persistence.Query should be created using entityManager.createNamedQuery(queryName);
Affects: 2.1.9