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