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