public interface VAuthModelMapper
| 限定符和类型 | 方法和说明 |
|---|---|
long |
countByExample(VAuthModelExample example) |
int |
deleteByExample(VAuthModelExample example) |
int |
insert(VAuthModelWithBLOBs record) |
int |
insertSelective(VAuthModelWithBLOBs record) |
List<VAuthModel> |
selectByExample(VAuthModelExample example) |
List<VAuthModelWithBLOBs> |
selectByExampleWithBLOBs(VAuthModelExample example) |
int |
updateByExample(VAuthModel record,
VAuthModelExample example) |
int |
updateByExampleSelective(VAuthModelWithBLOBs record,
VAuthModelExample example) |
int |
updateByExampleWithBLOBs(VAuthModelWithBLOBs record,
VAuthModelExample example) |
long countByExample(VAuthModelExample example)
int deleteByExample(VAuthModelExample example)
int insert(VAuthModelWithBLOBs record)
int insertSelective(VAuthModelWithBLOBs record)
List<VAuthModelWithBLOBs> selectByExampleWithBLOBs(VAuthModelExample example)
List<VAuthModel> selectByExample(VAuthModelExample example)
int updateByExampleSelective(@Param(value="record")
VAuthModelWithBLOBs record,
@Param(value="example")
VAuthModelExample example)
int updateByExampleWithBLOBs(@Param(value="record")
VAuthModelWithBLOBs record,
@Param(value="example")
VAuthModelExample example)
int updateByExample(@Param(value="record")
VAuthModel record,
@Param(value="example")
VAuthModelExample example)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.