Package org.hotrod.runtime.interfaces
Interface Seekable<T,O>
-
- All Superinterfaces:
Deletable<T>,Insertable<T>,Persistable<T,O>,Selectable<T,O>,Updatable<T>
public interface Seekable<T,O> extends Persistable<T,O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intdeleteByPK()intdeleteByPK(org.apache.ibatis.session.SqlSession sqlSession)intupdateByPK()intupdateByPK(org.apache.ibatis.session.SqlSession sqlSession)-
Methods inherited from interface org.hotrod.runtime.interfaces.Insertable
insert, insert
-
-
-
-
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
-
-