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