public interface SysDeptMapper
| 限定符和类型 | 方法和说明 |
|---|---|
long |
countByExample(SysDeptExample example) |
int |
deleteByExample(SysDeptExample example) |
int |
deleteByPrimaryKey(Long deptId) |
int |
insert(SysDept record) |
int |
insertSelective(SysDept record) |
List<SysDept> |
selectByExample(SysDeptExample example) |
SysDept |
selectByPrimaryKey(Long deptId) |
int |
updateByExample(SysDept record,
SysDeptExample example) |
int |
updateByExampleSelective(SysDept record,
SysDeptExample example) |
int |
updateByPrimaryKey(SysDept record) |
int |
updateByPrimaryKeySelective(SysDept record) |
long countByExample(SysDeptExample example)
int deleteByExample(SysDeptExample example)
int deleteByPrimaryKey(Long deptId)
int insert(SysDept record)
int insertSelective(SysDept record)
List<SysDept> selectByExample(SysDeptExample example)
int updateByExampleSelective(@Param(value="record")
SysDept record,
@Param(value="example")
SysDeptExample example)
int updateByExample(@Param(value="record")
SysDept record,
@Param(value="example")
SysDeptExample example)
int updateByPrimaryKeySelective(SysDept record)
int updateByPrimaryKey(SysDept record)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.