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