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