Interface Seekable<T,​O>

    • Method Detail

      • updateByPK

        int updateByPK()
                throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • updateByPK

        int updateByPK​(org.apache.ibatis.session.SqlSession sqlSession)
                throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • deleteByPK

        int deleteByPK()
                throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • deleteByPK

        int deleteByPK​(org.apache.ibatis.session.SqlSession sqlSession)
                throws java.sql.SQLException
        Throws:
        java.sql.SQLException