@Repository
public interface HfusEntityStoreMapper
| Modifier and Type | Method and Description |
|---|---|
int |
countByExample(HfusEntityStore_Example example) |
int |
deleteByExample(HfusEntityStore_Example example) |
int |
deleteByPrimaryKey(Long hfusEntityStoreId) |
int |
insert(HfusEntityStore record) |
int |
insertSelective(HfusEntityStore record) |
List<HfusEntityStore> |
selectByExample(HfusEntityStore_Example example) |
List<HfusEntityStore> |
selectByExampleWithBLOBs(HfusEntityStore_Example example) |
HfusEntityStore |
selectByPrimaryKey(Long hfusEntityStoreId) |
int |
updateByExample(HfusEntityStore record,
HfusEntityStore_Example example) |
int |
updateByExampleSelective(HfusEntityStore record,
HfusEntityStore_Example example) |
int |
updateByExampleWithBLOBs(HfusEntityStore record,
HfusEntityStore_Example example) |
int |
updateByPrimaryKey(HfusEntityStore record) |
int |
updateByPrimaryKeySelective(HfusEntityStore record) |
int |
updateByPrimaryKeyWithBLOBs(HfusEntityStore record) |
int countByExample(HfusEntityStore_Example example)
int deleteByExample(HfusEntityStore_Example example)
int deleteByPrimaryKey(Long hfusEntityStoreId)
int insert(HfusEntityStore record)
int insertSelective(HfusEntityStore record)
List<HfusEntityStore> selectByExampleWithBLOBs(HfusEntityStore_Example example)
List<HfusEntityStore> selectByExample(HfusEntityStore_Example example)
HfusEntityStore selectByPrimaryKey(Long hfusEntityStoreId)
int updateByExampleSelective(HfusEntityStore record, HfusEntityStore_Example example)
int updateByExampleWithBLOBs(HfusEntityStore record, HfusEntityStore_Example example)
int updateByExample(HfusEntityStore record, HfusEntityStore_Example example)
int updateByPrimaryKeySelective(HfusEntityStore record)
int updateByPrimaryKeyWithBLOBs(HfusEntityStore record)
int updateByPrimaryKey(HfusEntityStore record)
Copyright © 2018. All rights reserved.