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