Class ColumnMapItemPreparedStatementSetter

java.lang.Object
org.springframework.batch.item.database.support.ColumnMapItemPreparedStatementSetter
All Implemented Interfaces:
ItemPreparedStatementSetter<Map<String,Object>>

public class ColumnMapItemPreparedStatementSetter extends Object implements ItemPreparedStatementSetter<Map<String,Object>>

Implementation of the ItemPreparedStatementSetter interface that assumes all keys are contained within a Map with the column name as the key. It assumes nothing about ordering, and assumes that the order the entry set can be iterated over is the same as the PreparedStatement should be set.

Author:
Lucas Ward, Dave Syer
See Also:
  • Constructor Details

    • ColumnMapItemPreparedStatementSetter

      public ColumnMapItemPreparedStatementSetter()
  • Method Details