Class UpdatePropsPreparedStatementSetter

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

    public class UpdatePropsPreparedStatementSetter
    extends java.lang.Object
    implements org.springframework.jdbc.core.PreparedStatementSetter
    • Constructor Detail

      • UpdatePropsPreparedStatementSetter

        public UpdatePropsPreparedStatementSetter​(PK itemPk,
                                                  PK langPK,
                                                  java.lang.String propName,
                                                  java.lang.Object value)
      • UpdatePropsPreparedStatementSetter

        public UpdatePropsPreparedStatementSetter​(PK itemPk,
                                                  java.lang.String propName,
                                                  java.lang.Object value)
    • Method Detail

      • setValues

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object