|
@ -1,31 +0,0 @@
|
|
|
//package com.yihu.jw.base.dao.wx;
|
|
|
//
|
|
|
//import com.yihu.jw.entity.base.wx.WxWechatDO;
|
|
|
//import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
|
|
|
//import org.springframework.data.jpa.repository.Query;
|
|
|
//import org.springframework.data.repository.PagingAndSortingRepository;
|
|
|
//
|
|
|
//import java.util.List;
|
|
|
//
|
|
|
///**
|
|
|
// * Created by Administrator on 2017/5/20 0020.
|
|
|
// */
|
|
|
//public interface WechatDao extends PagingAndSortingRepository<WxWechatDO, String>, JpaSpecificationExecutor<WxWechatDO> {
|
|
|
//
|
|
|
// @Query("from WxWechatDO w where w.appId = ?1 and w.status!=-1")
|
|
|
// WxWechatDO findByAppId(String appId);
|
|
|
//
|
|
|
// @Query("from WxWechatDO w where w.appId = ?1 and w.id!= ?2 and w.status!=-1")
|
|
|
// WxWechatDO findByAppIdExcludeId(String appId, String id);
|
|
|
//
|
|
|
// @Query("from WxWechatDO w where w.id = ?1 and w.status!=-1")
|
|
|
// WxWechatDO findById(String id);
|
|
|
//
|
|
|
// @Query("from WxWechatDO w where w.status!=-1")
|
|
|
// List<WxWechatDO> findAll();
|
|
|
//
|
|
|
// @Query("from WxWechatDO w where w.appOriginId = ?1 and w.status!=-1")
|
|
|
// WxWechatDO findByAppOriginId(String appOriginId);
|
|
|
//
|
|
|
// List<WxWechatDO> findByName(String name);
|
|
|
//}
|