JdbcPagingItemReader « Database « Spring Q&A





1. Required: Example code for JdbcPagingItemReader    forum.springsource.org

Hi, Can somebody please post an example of how to use JdbcPagingItemReader? The documentation only lists an XML snippet without the consumer code that uses it. Regards, Shantanu

2. Is closing of JdbcPagingItemReader object a must?    forum.springsource.org

Hi, Is it necessary to .close() a JdbcPagingItemReader object after the reading is over? I am trying to implement a lazy reader and may not get a chance to close the ...

3. JdbcPagingItemReader: setPageSize() vs setFetchSize() -- what's the difference?    forum.springsource.org

Hi, I cannot understand the difference between setFetchSize() and setPageSize() -- can somebody please explain? Maybe it's a newbie thing, the difference is not obvious to me. Regards, Shantanu

4. Issues with JdbcPagingItemReader    forum.springsource.org

Issues with JdbcPagingItemReader Hi, I am trying to use JdbcPagingItemReader to read records from database in batch size 10K. I am getting error while starting the app. Caused by: org.springframework.beans.factory.BeanCreationExce ption: ...

5. batch...JdbcPagingItemReader not passing starting index on second page    forum.springsource.org

batch...JdbcPagingItemReader not passing starting index on second page Hallo, I have a batch job with this reader : Code: ...

6. JdbcPagingItemReader not supporting distinct clause in select property    forum.springsource.org

Hello ok this is my config Code:

7. pagesize problem (JdbcPagingItemReader)    forum.springsource.org

pagesize problem (JdbcPagingItemReader) Hello everybody I just started to use Spring-batch ... and i'm trying to collect a very large set of data from DB(1), process them and store to DB(2). ...

8. Help Needed Parallel Partitioning Using JdbcPagingItemReader    forum.springsource.org

Jan 4th, 2010, 02:33 AM #1 rishi A View Profile View Forum Posts Private Message Junior Member Join Date Jan 2010 Posts 3 Help Needed Parallel Partitioning Using JdbcPagingItemReader Hi , ...

9. BadSqlGrammarException using JdbcPagingItemReader. Any help?    forum.springsource.org

BadSqlGrammarException using JdbcPagingItemReader. Any help? Any help with this exception? For me, the bean definition looks good but I get this exception and I'm unable to see what is wrong. We're ...





10. problem in JdbcPagingItemReader with Timestamp as sortkey    forum.springsource.org

problem in JdbcPagingItemReader with Timestamp as sortkey When there are records more than specified page size with same timestamp, some of the record will be skipped in JdbcPagingItemReader. Spring-Batch : 2.1.3 ...

11. JdbcPagingItemReader handling of skippable exceptions    forum.springsource.org

Nov 12th, 2010, 04:21 PM #1 Shriblue View Profile View Forum Posts Private Message Member Join Date Oct 2009 Location San Francisco CA Posts 42 JdbcPagingItemReader handling of skippable exceptions I ...