Class SpringBatchUtility


  • public class SpringBatchUtility
    extends Object
    • Method Detail

      • selectForPaging

        public static QueryExpressionDSL.FromGatherer<SpringBatchPagingReaderSelectModel> selectForPaging​(BasicColumn... selectList)
        Select builder that renders in a manner appropriate for the MyBatisPagingItemReader. Important rendered SQL will contain LIMIT and OFFSET clauses in the SELECT statement. If your database (Oracle) does not support LIMIT and OFFSET, the queries will fail.
        Parameters:
        selectList - a column list for the SELECT statement
        Returns:
        FromGatherer used to continue a SELECT statement