Class RemoveItemsStatementSetter

java.lang.Object
de.hybris.platform.directpersistence.setter.RemoveItemsStatementSetter
All Implemented Interfaces:
org.springframework.jdbc.core.PreparedStatementSetter

public class RemoveItemsStatementSetter extends Object implements org.springframework.jdbc.core.PreparedStatementSetter
  • Field Details

    • optimisticLockCounter

      protected Long optimisticLockCounter
  • Constructor Details

    • RemoveItemsStatementSetter

      public RemoveItemsStatementSetter(List<Long> pks)
    • RemoveItemsStatementSetter

      public RemoveItemsStatementSetter(List<Long> pks, Long optimisticLockCounter, boolean withOptimisticLocking)
  • Method Details