Interface Insertable<T>

  • All Known Subinterfaces:
    Persistable<T,​O>, Seekable<T,​O>

    public interface Insertable<T>
    • Method Detail

      • insert

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

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