You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);