Class UpdatePropsPreparedStatementSetter
- java.lang.Object
-
- de.hybris.platform.directpersistence.setter.UpdatePropsPreparedStatementSetter
-
- All Implemented Interfaces:
org.springframework.jdbc.core.PreparedStatementSetter
public class UpdatePropsPreparedStatementSetter extends java.lang.Object implements org.springframework.jdbc.core.PreparedStatementSetter
-
-
Field Summary
Fields Modifier and Type Field Description protected JDBCValueMappingsjdbcValueMapper
-
Constructor Summary
Constructors Constructor Description UpdatePropsPreparedStatementSetter(PK itemPk, PK langPK, java.lang.String propName, java.lang.Object value)UpdatePropsPreparedStatementSetter(PK itemPk, java.lang.String propName, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetValues(java.sql.PreparedStatement ps)java.lang.StringtoString()
-
-
-
Field Detail
-
jdbcValueMapper
protected final JDBCValueMappings jdbcValueMapper
-
-
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:
setValuesin interfaceorg.springframework.jdbc.core.PreparedStatementSetter- Throws:
java.sql.SQLException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-