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