public interface IHfusEntityStoreSV
| 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) |
int |
update(HfusEntityStore hfusEntityStore) |
int |
updateByExample(HfusEntityStore hfusEntityStore,
HfusEntityStore_Example example) |
int create(HfusEntityStore hfusEntityStore) throws Exception
int batchOperate(HfusEntityStore[] hfusEntityStores) throws Exception
int update(HfusEntityStore hfusEntityStore) throws Exception
int updateByExample(HfusEntityStore hfusEntityStore, HfusEntityStore_Example example) throws Exception
int delete(HfusEntityStore hfusEntityStore) throws Exception
int delete(long hfusEntityStoreId)
throws Exception
List<HfusEntityStore> getHfusEntityStoreAll() throws Exception
HfusEntityStore getHfusEntityStoreByPK(long hfusEntityStoreId) throws Exception
List<HfusEntityStore> getHfusEntityStoreListByParam(Map<String,Object> params) throws Exception
List<HfusEntityStore> getHfusEntityStoreListByExample(HfusEntityStore_Example example) throws Exception
int getHfusEntityStoreCountByParam(Map<String,Object> params) throws Exception
int getHfusEntityStoreCountByExample(HfusEntityStore_Example example) throws Exception
Copyright © 2018. All rights reserved.