spring-projects / spring-batch

Spring Batch is a framework for writing batch applications using Java and Spring
http://projects.spring.io/spring-batch/
Apache License 2.0
2.7k stars 2.34k forks source link

Improve JPA repository readers to be more typesafe [BATCH-2697] #910

Open spring-projects-issues opened 6 years ago

spring-projects-issues commented 6 years ago

Niels Bech Nielsen opened BATCH-2697 and commented

The JPA implementation org.springframework.batch.item.data.RepositoryItemReader use a loosely typed configuration to request a page of objects.

Currently one needs to: