Hi,

I was wondering if it was possible to check how many times I've called 
.bind on my BatchBindStep object. I have a variable batch size (not known 
until run-time) and I need to know how many items I've lined up to batch. I 
could do this with an external counter, but since BatchBindStep/BatchSingle 
uses a List<Object[]>, I thought it would be nice if a method was added to 
call size() on the List.

Thanks!

Reply via email to