package com.shop.Manager.Impl; import com.shop.Manager.ShopManager; import com.shop.Model.Shop; import com.shop.Util.Pager.PagerManager; import com.shop.Util.Pager.PagerModel; public class ShopManagerImpl extends PagerManager implements ShopManager { public void addShop(Shop shop) { this.getHibernateTemplate().save(shop); } public void delShop(int id) { this.getHibernateTemplate().delete(this.getShopById(id)); } public Shop getShopById(int id) { return (Shop)this.getHibernateTemplate().get(Shop.class, id); } public PagerModel searchShops(Shop shop) { String where = ""; if(shop.getShopName()!=null && shop.getShopName()!=""){ where = where+" and s.shopName = '"+shop.getShopName()+"'"; } if(shop.getType()!=0){ where = where+" and s.type = "+shop.getType(); } String hql = "select s from Shop s where 1=1 "+where; return this.searchPaginated(hql); } public void updateShop(Shop shop) { this.getHibernateTemplate().update(shop); } }
最近下载更多
weilaizhisheng LV21
2023年1月7日
lwp011 LV27
2020年7月7日
caochengbo LV6
2020年6月22日
ASDZXZCDGSDFHUJD LV9
2020年5月12日
xuchi123 LV7
2020年4月26日
onepiecebabylon LV13
2020年4月17日
fangoqz LV6
2020年4月10日
lironggang LV38
2020年1月10日
c879244324 LV8
2019年7月15日
范德桑德 LV9
2019年7月1日
最近浏览更多
zhengguangshun LV4
8月25日
微信网友_7000012089643008 LV4
5月26日
泓鼎168 LV20
5月15日
misw01
5月9日
暂无贡献等级
fellowfun LV12
3月7日
yangyangyangyangzzzz LV1
1月3日
17693282606 LV12
2023年12月26日
WBelong LV8
2023年12月11日
2036495585 LV9
2023年9月25日
yemmmm666 LV1
2023年6月12日