Class 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.Long optimisticLockCounter  
    • 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
      void setValues​(java.sql.PreparedStatement ps)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • optimisticLockCounter

        protected java.lang.Long optimisticLockCounter
    • Constructor Detail

      • RemoveItemsStatementSetter

        public RemoveItemsStatementSetter​(java.util.List<java.lang.Long> pks)
      • RemoveItemsStatementSetter

        public RemoveItemsStatementSetter​(java.util.List<java.lang.Long> pks,
                                          java.lang.Long optimisticLockCounter,
                                          boolean withOptimisticLocking)
    • Method Detail

      • setValues

        public void setValues​(java.sql.PreparedStatement ps)
                       throws java.sql.SQLException
        Specified by:
        setValues in interface org.springframework.jdbc.core.PreparedStatementSetter
        Throws:
        java.sql.SQLException