public class UpdatePreparedStatementSetter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<ColumnPayload> |
changes |
protected PK |
itemPk |
protected JDBCValueMappings |
jdbcValueMapper |
protected Long |
optimisticLockCounter |
| Constructor and Description |
|---|
UpdatePreparedStatementSetter(PK itemPk,
Set<ColumnPayload> changes) |
UpdatePreparedStatementSetter(PK itemPk,
Set<ColumnPayload> changes,
Long optimisticLockCounter) |
protected final Set<ColumnPayload> changes
protected Long optimisticLockCounter
protected final PK itemPk
protected final JDBCValueMappings jdbcValueMapper
public UpdatePreparedStatementSetter(PK itemPk, Set<ColumnPayload> changes)
public UpdatePreparedStatementSetter(PK itemPk, Set<ColumnPayload> changes, Long optimisticLockCounter)
public void setValues(PreparedStatement ps) throws SQLException
SQLExceptionCopyright © 2017 SAP SE. All Rights Reserved.