We\'re storing the elements of a XML file into our database using spring batch. Is it possible to retrieve the number of the element being processed when inserting it into the d
Check ItemCountAware: let Person implements this interface and use Person.itemCount property as sql parameter value.
Person
Person.itemCount