@Service(value="iHfusEntityStoreSV") public class HfusEntityStoreSVImpl extends Object implements IHfusEntityStoreSV
| Constructor and Description |
|---|
HfusEntityStoreSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfusEntityStore[] hfusEntityStores) |
int |
create(HfusEntityStore hfusEntityStore) |
int |
delete(HfusEntityStore hfusEntityStore) |
int |
delete(long hfusEntityStoreId) |
List<HfusEntityStore> |
getHfusEntityStoreAll() |
HfusEntityStore |
getHfusEntityStoreByPK(long hfusEntityStoreId) |
int |
getHfusEntityStoreCountByExample(HfusEntityStore_Example example) |
int |
getHfusEntityStoreCountByParam(Map<String,Object> params) |
List<HfusEntityStore> |
getHfusEntityStoreListByExample(HfusEntityStore_Example example) |
List<HfusEntityStore> |
getHfusEntityStoreListByParam(Map<String,Object> params) |
HfusEntityStoreMapper |
getHfusEntityStoreMapper() |
void |
setHfusEntityStoreMapper(HfusEntityStoreMapper hfusEntityStoreMapper) |
int |
update(HfusEntityStore hfusEntityStore) |
int |
updateByExample(HfusEntityStore hfusEntityStore,
HfusEntityStore_Example example) |
public int create(HfusEntityStore hfusEntityStore) throws Exception
public int batchOperate(HfusEntityStore[] hfusEntityStores) throws Exception
public int update(HfusEntityStore hfusEntityStore) throws Exception
public int updateByExample(HfusEntityStore hfusEntityStore, HfusEntityStore_Example example) throws Exception
public int delete(HfusEntityStore hfusEntityStore) throws Exception
public int delete(long hfusEntityStoreId)
throws Exception
public List<HfusEntityStore> getHfusEntityStoreAll() throws Exception
public HfusEntityStore getHfusEntityStoreByPK(long hfusEntityStoreId) throws Exception
public List<HfusEntityStore> getHfusEntityStoreListByParam(Map<String,Object> params) throws Exception
public List<HfusEntityStore> getHfusEntityStoreListByExample(HfusEntityStore_Example example) throws Exception
public int getHfusEntityStoreCountByParam(Map<String,Object> params) throws Exception
public int getHfusEntityStoreCountByExample(HfusEntityStore_Example example) throws Exception
public HfusEntityStoreMapper getHfusEntityStoreMapper()
public void setHfusEntityStoreMapper(HfusEntityStoreMapper hfusEntityStoreMapper)
Copyright © 2018. All rights reserved.