public interface CommunityPropertyMapper
限定符和类型 | 方法和说明 |
---|---|
int |
countByExample(CommunityPropertyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(CommunityPropertyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(java.lang.Integer id)
This method was generated by MyBatis Generator.
|
int |
insert(CommunityProperty record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(CommunityProperty record)
This method was generated by MyBatis Generator.
|
java.util.List<CommunityProperty> |
selectByExample(CommunityPropertyExample example)
This method was generated by MyBatis Generator.
|
CommunityProperty |
selectByPrimaryKey(java.lang.Integer id)
This method was generated by MyBatis Generator.
|
int |
updateByExample(CommunityProperty record,
CommunityPropertyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(CommunityProperty record,
CommunityPropertyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(CommunityProperty record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(CommunityProperty record)
This method was generated by MyBatis Generator.
|
int countByExample(CommunityPropertyExample example)
int deleteByExample(CommunityPropertyExample example)
int deleteByPrimaryKey(java.lang.Integer id)
int insert(CommunityProperty record)
int insertSelective(CommunityProperty record)
java.util.List<CommunityProperty> selectByExample(CommunityPropertyExample example)
CommunityProperty selectByPrimaryKey(java.lang.Integer id)
int updateByExampleSelective(CommunityProperty record, CommunityPropertyExample example)
int updateByExample(CommunityProperty record, CommunityPropertyExample example)
int updateByPrimaryKeySelective(CommunityProperty record)
int updateByPrimaryKey(CommunityProperty record)