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(EnumtestKey key)
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.
|
Enumtest |
selectByPrimaryKey(EnumtestKey key)
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(EnumtestKey key)
int insert(Enumtest row)
int insertSelective(Enumtest row)
List<Enumtest> selectByExample(EnumtestExample example)
Enumtest selectByPrimaryKey(EnumtestKey key)
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–2024 MyBatis.org. All rights reserved.