Class RemoveItemsStatementSetter
- java.lang.Object
-
- de.hybris.platform.directpersistence.setter.RemoveItemsStatementSetter
-
- All Implemented Interfaces:
org.springframework.jdbc.core.PreparedStatementSetter
public class RemoveItemsStatementSetter extends java.lang.Object implements org.springframework.jdbc.core.PreparedStatementSetter
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.LongoptimisticLockCounter
-
Constructor Summary
Constructors Constructor Description RemoveItemsStatementSetter(java.util.List<java.lang.Long> pks)RemoveItemsStatementSetter(java.util.List<java.lang.Long> pks, java.lang.Long optimisticLockCounter, boolean withOptimisticLocking)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetValues(java.sql.PreparedStatement ps)
-