Package com.eatle.persistent.pojo.merchant

Examples of com.eatle.persistent.pojo.merchant.CommunityRestaurantCriteria.createCriteria()


      json.put(DwzAjaxJsonUtil.KEY_MESSAGE, "操作失败!");
    }
    else
    {
      CommunityRestaurantCriteria crc = new CommunityRestaurantCriteria();
      com.eatle.persistent.pojo.merchant.CommunityRestaurantCriteria.Criteria criteria = crc.createCriteria();
      criteria.andCommunityIdEqualTo(communityRestaurant.getCommunityId());
      criteria.andRestaurantIdEqualTo(communityRestaurant.getRestaurantId());
      if(communityRestaurantService.findByCriteria(crc).size() < 1)
      {
        communityRestaurantService.add(communityRestaurant);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.