Class UpdateLocalizedPreparedStatementSetter

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

    public class UpdateLocalizedPreparedStatementSetter
    extends UpdatePreparedStatementSetter
    • Constructor Detail

      • UpdateLocalizedPreparedStatementSetter

        public UpdateLocalizedPreparedStatementSetter​(PK itemPk,
                                                      PK langPk,
                                                      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 UpdatePreparedStatementSetter
        Throws:
        java.sql.SQLException