@Mapper
public interface PkonlyMapper
| Modifier and Type | Method and Description |
|---|---|
long |
countByExample(PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(Integer id,
Integer seqNum)
This method was generated by MyBatis Generator.
|
int |
insert(Pkonly row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Pkonly row)
This method was generated by MyBatis Generator.
|
List<Pkonly> |
selectByExample(PkonlyExample example)
This method was generated by MyBatis Generator.
|
List<Pkonly> |
selectByExampleWithRowbounds(PkonlyExample example,
org.apache.ibatis.session.RowBounds rowBounds)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Pkonly row,
PkonlyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Pkonly row,
PkonlyExample example)
This method was generated by MyBatis Generator.
|
long countByExample(PkonlyExample example)
int deleteByExample(PkonlyExample example)
int deleteByPrimaryKey(@Param(value="id")
Integer id,
@Param(value="seqNum")
Integer seqNum)
int insert(Pkonly row)
int insertSelective(Pkonly row)
List<Pkonly> selectByExampleWithRowbounds(PkonlyExample example, org.apache.ibatis.session.RowBounds rowBounds)
List<Pkonly> selectByExample(PkonlyExample example)
int updateByExampleSelective(@Param(value="row")
Pkonly row,
@Param(value="example")
PkonlyExample example)
int updateByExample(@Param(value="row")
Pkonly row,
@Param(value="example")
PkonlyExample example)
Copyright © 2006–2025 MyBatis.org. All rights reserved.