@Service(value="iHfusWordStoreSV") public class HfusWordStoreSVImpl extends Object implements IHfusWordStoreSV
| Constructor and Description |
|---|
HfusWordStoreSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfusWordStore[] hfusWordStores) |
int |
create(HfusWordStore hfusWordStore) |
int |
delete(HfusWordStore hfusWordStore) |
int |
delete(long hfusWordStoreId) |
List<HfusWordStore> |
getHfusWordStoreAll() |
HfusWordStore |
getHfusWordStoreByPK(long hfusWordStoreId) |
int |
getHfusWordStoreCountByExample(HfusWordStore_Example example) |
int |
getHfusWordStoreCountByParam(Map<String,Object> params) |
List<HfusWordStore> |
getHfusWordStoreListByExample(HfusWordStore_Example example) |
List<HfusWordStore> |
getHfusWordStoreListByParam(Map<String,Object> params) |
HfusWordStoreMapper |
getHfusWordStoreMapper() |
void |
setHfusWordStoreMapper(HfusWordStoreMapper hfusWordStoreMapper) |
int |
update(HfusWordStore hfusWordStore) |
int |
updateByExample(HfusWordStore hfusWordStore,
HfusWordStore_Example example) |
public int create(HfusWordStore hfusWordStore) throws Exception
public int batchOperate(HfusWordStore[] hfusWordStores) throws Exception
public int update(HfusWordStore hfusWordStore) throws Exception
public int updateByExample(HfusWordStore hfusWordStore, HfusWordStore_Example example) throws Exception
public int delete(HfusWordStore hfusWordStore) throws Exception
public int delete(long hfusWordStoreId)
throws Exception
public List<HfusWordStore> getHfusWordStoreAll() throws Exception
public HfusWordStore getHfusWordStoreByPK(long hfusWordStoreId) throws Exception
public List<HfusWordStore> getHfusWordStoreListByParam(Map<String,Object> params) throws Exception
public List<HfusWordStore> getHfusWordStoreListByExample(HfusWordStore_Example example) throws Exception
public int getHfusWordStoreCountByParam(Map<String,Object> params) throws Exception
public int getHfusWordStoreCountByExample(HfusWordStore_Example example) throws Exception
public HfusWordStoreMapper getHfusWordStoreMapper()
public void setHfusWordStoreMapper(HfusWordStoreMapper hfusWordStoreMapper)
Copyright © 2018. All rights reserved.