public interface Seekable<T,O> extends Persistable<T,O>
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByPK() |
int |
deleteByPK(org.apache.ibatis.session.SqlSession sqlSession) |
int |
updateByPK() |
int |
updateByPK(org.apache.ibatis.session.SqlSession sqlSession) |
insert, insertint updateByPK()
throws java.sql.SQLException
java.sql.SQLExceptionint updateByPK(org.apache.ibatis.session.SqlSession sqlSession)
throws java.sql.SQLException
java.sql.SQLExceptionint deleteByPK()
throws java.sql.SQLException
java.sql.SQLExceptionint deleteByPK(org.apache.ibatis.session.SqlSession sqlSession)
throws java.sql.SQLException
java.sql.SQLException