Class InsertPropsPreparedStatementSetter

  • All Implemented Interfaces:
    org.springframework.jdbc.core.PreparedStatementSetter

    public class InsertPropsPreparedStatementSetter
    extends InsertPreparedStatementSetter
    • Constructor Detail

      • InsertPropsPreparedStatementSetter

        public InsertPropsPreparedStatementSetter​(java.util.Set<ColumnPayload> changes)
    • Method Detail

      • setValues

        public void setValues​(java.sql.PreparedStatement ps)
                       throws java.sql.SQLException
        Specified by:
        setValues in interface org.springframework.jdbc.core.PreparedStatementSetter
        Overrides:
        setValues in class InsertPreparedStatementSetter
        Throws:
        java.sql.SQLException