public interface GroupMapper
extends com.viontech.keliu.base.BaseMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
countByExample(GroupExample example) |
int |
deleteByExample(GroupExample example) |
int |
deleteByPrimaryKey(Long id) |
int |
insert(Group record) |
int |
insertSelective(Group record) |
List<Group> |
selectByExample(GroupExample example) |
Group |
selectByPrimaryKey(Long id) |
int |
updateByExample(Group record,
GroupExample example) |
int |
updateByExampleSelective(Group record,
GroupExample example) |
int |
updateByPrimaryKey(Group record) |
int |
updateByPrimaryKeySelective(Group record) |
int countByExample(GroupExample example)
int deleteByExample(GroupExample example)
int deleteByPrimaryKey(Long id)
int insert(Group record)
int insertSelective(Group record)
List<Group> selectByExample(GroupExample example)
int updateByExampleSelective(@Param(value="record")
Group record,
@Param(value="example")
GroupExample example)
int updateByExample(@Param(value="record")
Group record,
@Param(value="example")
GroupExample example)
int updateByPrimaryKeySelective(Group record)
int updateByPrimaryKey(Group record)
Copyright © 2019. All rights reserved.