Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能与春季批次一样多的春季问题。
我想重用一个JdbcBatchItemWriter,在默认情况下它将有assertUpdates = true,在我的情况下是assertUpdates = false。
创建此标志并在每个作业中设置不同的方法是什么?我无法解决或找到一个例子。
谢谢
更多信息 - 作业可以由石英安排或以编程方式踢出。
void setAssertUpdates(boolean assertUpdates)
标志的公共设置器,用于确定是否做出所有项目导致至少一行被更新的断言。
有关更多信息,请参阅:http ://static.springsource.org/spring-batch/apidocs/org/springframework/batch/item/database/JdbcBatchItemWriter.html