public interface CompoundkeyMapper
Modifier and Type | Method and Description |
---|---|
long |
countByExample(CompoundkeyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(CompoundkeyExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(CompoundkeyKey key)
This method was generated by MyBatis Generator.
|
int |
insert(Compoundkey row)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Compoundkey row)
This method was generated by MyBatis Generator.
|
List<Compoundkey> |
selectByExample(CompoundkeyExample example)
This method was generated by MyBatis Generator.
|
Compoundkey |
selectByPrimaryKey(CompoundkeyKey key)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Compoundkey row,
CompoundkeyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Compoundkey row,
CompoundkeyExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Compoundkey row)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Compoundkey row)
This method was generated by MyBatis Generator.
|
long countByExample(CompoundkeyExample example)
int deleteByExample(CompoundkeyExample example)
int deleteByPrimaryKey(CompoundkeyKey key)
int insert(Compoundkey row)
int insertSelective(Compoundkey row)
List<Compoundkey> selectByExample(CompoundkeyExample example)
Compoundkey selectByPrimaryKey(CompoundkeyKey key)
int updateByExampleSelective(@Param(value="row") Compoundkey row, @Param(value="example") CompoundkeyExample example)
int updateByExample(@Param(value="row") Compoundkey row, @Param(value="example") CompoundkeyExample example)
int updateByPrimaryKeySelective(Compoundkey row)
int updateByPrimaryKey(Compoundkey row)
Copyright © 2006–2022 MyBatis.org. All rights reserved.