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