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