Class InsertPreparedStatementSetter
java.lang.Object
de.hybris.platform.directpersistence.setter.InsertPreparedStatementSetter
- All Implemented Interfaces:
org.springframework.jdbc.core.PreparedStatementSetter
- Direct Known Subclasses:
InsertPropsPreparedStatementSetter
public class InsertPreparedStatementSetter
extends Object
implements org.springframework.jdbc.core.PreparedStatementSetter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Set<ColumnPayload>protected final JDBCValueMappings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidsetValues(PreparedStatement ps, Set<ColumnPayload> changes) toString()
-
Field Details
-
jdbcValueMapper
-
changes
-
-
Constructor Details
-
InsertPreparedStatementSetter
-
-
Method Details
-
setValues
- Specified by:
setValuesin interfaceorg.springframework.jdbc.core.PreparedStatementSetter- Throws:
SQLException
-
setValues
- Throws:
SQLException
-
toString
-