RESOLVED - issue BATCH-1251: Use standard JPQL in JPA sample
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<bean id="itemReader"
|
||||
class="org.springframework.batch.item.database.JpaPagingItemReader">
|
||||
<property name="entityManagerFactory" ref="entityManagerFactory" />
|
||||
<property name="queryString" value="from CustomerCredit" />
|
||||
<property name="queryString" value="select c from CustomerCredit c" />
|
||||
</bean>
|
||||
|
||||
<bean id="itemWriter" class="org.springframework.batch.item.database.JpaItemWriter">
|
||||
|
||||
Reference in New Issue
Block a user