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