真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

SpringMVC結(jié)合SpringDataJPA如何實(shí)現(xiàn)按條件查詢和分頁(yè)功能

這篇文章主要為大家展示了“Spring MVC結(jié)合Spring Data JPA如何實(shí)現(xiàn)按條件查詢和分頁(yè)功能”,內(nèi)容簡(jiǎn)而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領(lǐng)大家一起研究并學(xué)習(xí)一下“Spring MVC結(jié)合Spring Data JPA如何實(shí)現(xiàn)按條件查詢和分頁(yè)功能”這篇文章吧。

柳北網(wǎng)站制作公司哪家好,找創(chuàng)新互聯(lián)公司!從網(wǎng)頁(yè)設(shè)計(jì)、網(wǎng)站建設(shè)、微信開(kāi)發(fā)、APP開(kāi)發(fā)、響應(yīng)式網(wǎng)站設(shè)計(jì)等網(wǎng)站項(xiàng)目制作,到程序開(kāi)發(fā),運(yùn)營(yíng)維護(hù)。創(chuàng)新互聯(lián)公司于2013年成立到現(xiàn)在10年的時(shí)間,我們擁有了豐富的建站經(jīng)驗(yàn)和運(yùn)維經(jīng)驗(yàn),來(lái)保證我們的工作的順利進(jìn)行。專注于網(wǎng)站建設(shè)就選創(chuàng)新互聯(lián)公司。

具體內(nèi)容如下

后臺(tái)代碼:在DAO層繼承Spring Data JPA的PagingAndSortingRepository接口實(shí)現(xiàn)的 (實(shí)現(xiàn)方法主要在SbglServiceImpl.java類中)

前臺(tái)表現(xiàn):用kkpaper表現(xiàn)出來(lái)

實(shí)現(xiàn)效果:

Spring MVC結(jié)合Spring Data JPA如何實(shí)現(xiàn)按條件查詢和分頁(yè)功能

1、實(shí)體類

package com.jinhetech.yogurt.sbgl.entity;

import java.io.Serializable;

import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.PrimaryKeyJoinColumn;
import javax.persistence.SequenceGenerator;
import javax.persistence.Table;

import org.hibernate.annotations.GenericGenerator;
import org.springframework.cache.annotation.Cacheable;
@Entity
@Table(name="SYS_SBGL")
@PrimaryKeyJoinColumn(name = "SBBM")
@Cacheable(value = "baseCache")
public class Sbgl implements Serializable{


  private static final long serialVersionUID = -1423899016746755470L;

  @Id
  private String sbbm;
  
  private String sbmc;
  private String sblx;
  private String sssx;
  private String ssjd;
  
  private String azsj;
  private String azry;
  private String sbzt;
  private String sbjd;
  private String sbwd;
  
  private String wxlxr;
  private String wxlxdh;
  private String sbywxcs;
  private String jzpylyz;
  private String mqsbcyr;
  private String bzsm;
  
    
  //setter、getter方法省略
  
}

2、jsp頁(yè)面,看最下面的分頁(yè)組件(kkpaper)

resultMap集合是下面Controller中最后查詢和分頁(yè)后獲得的所有數(shù)據(jù)信息,resultMap.resultList:resultList是Map集合的屬性,里面存著數(shù)據(jù)

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="shiro" uri="http://shiro.apache.org/tags" %>






  設(shè)備管理
  
  
  
  
  
  
  
  
  
  
    .table-bordered-ul li{ margin:0 5px; float:left}
    label.error {
     padding-left: 16px;
    
     padding-bottom: 2px;
    
     font-weight: bold;
    
     color: #F00;
    }
  
  
  
  function console(consoleTag, userId, stateTag) {
      // 添加用戶。
    if("add" == consoleTag) {
      $('#formid').prop("action", "${ctx}/sbgl/sbgl_add_list");
    }
 
  }
        
  /**
   * 搜索。
   */
  function search() {
    $('#searchForm').submit();
  }      
  
  
  



  
    
      首頁(yè) > 設(shè)備管理 > 設(shè)備列表
    
  
          
  • 導(dǎo)航     
  •     
  • 機(jī)構(gòu)     
  •                                 設(shè)備名稱:                
                     設(shè)備類型:                                  所屬市縣:                                  基地名稱:                                  設(shè)備狀態(tài):                    全部           正常           異常                                                                        共查詢出數(shù)據(jù)結(jié)果:${resultMap.totalNum}條                        新增設(shè)備       刪除設(shè)備                                                                        設(shè)備名稱             設(shè)備類型             所屬市縣             基地名稱             設(shè)備狀態(tài)             維修聯(lián)系人             聯(lián)系電話             設(shè)備持有人             操作                                                                                   ${sbgl.sbmc }               ${sbgl.sblx }               ${sbgl.sssx }               ${sbgl.ssjd }               ${sbgl.sbzt }               ${sbgl.wxlxr }               ${sbgl.wxlxdh }               ${sbgl.mqsbcyr }                                 修改                 | 查看                                                                                                                        var param = "";       $(function() {         var totalPage = "${resultMap.totalPage}";         var totalRecords = "${resultMap.totalNum}";         var pageSize = "${resultMap.pageSize}";         var pageNum = parseInt("${resultMap.pageNum}") + 1;         //初始化分頁(yè)控件         //有些參數(shù)是可選的,比如lang,若不傳有默認(rèn)值         kkpager.init({           pno: pageNum,           //總頁(yè)碼           total: "${resultMap.totalPage}",           //總數(shù)據(jù)條數(shù)           totalRecords: totalRecords,           //鏈接前部           hrefFormer: 'sbgl_list',           //鏈接尾部           hrefLatter: '',           getLink: function(n) {             return getInitParam() + "&pageNum=" + n + "&pageSize=" + pageSize;           },           lang: {             prePageText: '上一頁(yè)',             nextPageText: '下一頁(yè)',             totalPageBeforeText: '共',             totalPageAfterText: '頁(yè)',             totalRecordsAfterText: '條數(shù)據(jù)',             gopageBeforeText: '轉(zhuǎn)到',             gopageButtonOkText: '確定',             gopageAfterText: '頁(yè)',             buttonTipBeforeText: '第',             buttonTipAfterText: '頁(yè)'           }         });         //生成         kkpager.generPageHtml();         $('#mykkpagerselect').val(pageSize);       });       function returnoption(pageSize) {         window.location.href = getInitParam() + "&pageNum=1&pageSize=" + pageSize;       }       function getInitParam() {         var serSbmc = $('#serSbmc').val();         var serSblx = $('#serSblx').val();         var serSssx = $('#serSssx').val();         var serJdmc = $('#serJdmc').val();         var serSbzt = $('#serSbzt').val();         var attr = "?serSbmc=" + encodeURI(encodeURI(serSbmc))              + "&serSblx=" + serSblx + "&serSssx=" + serSssx + "&serJdmc=" + serJdmc+ "&serSbzt=" + serSbzt;         return "${ctx}/sbgl/sbgl_list" + attr;       }                  

    3、Controller(看紅色字體下面那個(gè)處理方法)

    package com.jinhetech.yogurt.sbgl.controller;
    
    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.LinkedHashSet;
    import java.util.List;
    import java.util.Map;
    import java.util.Set;
    
    import javax.annotation.Resource;
    
    import org.apache.shiro.authz.annotation.RequiresPermissions;
    import org.apache.shiro.authz.annotation.RequiresRoles;
    
    import org.springframework.beans.factory.annotation.Autowired;
    import org.springframework.stereotype.Controller;
    import org.springframework.ui.Model;
    import org.springframework.web.bind.annotation.ModelAttribute;
    import org.springframework.web.bind.annotation.RequestMapping;
    import org.springframework.web.bind.annotation.RequestMethod;
    import org.springframework.web.bind.annotation.RequestParam;
    import org.springframework.web.bind.annotation.ResponseBody;
    import org.springframework.web.servlet.ModelAndView;
    import org.springframework.web.servlet.mvc.support.RedirectAttributes;
    import org.springframework.web.servlet.view.RedirectView;
    
    import com.jinhetech.yogurt.dictionary.crop.service.impl.CropServiceImpl;
    import com.jinhetech.yogurt.func.entity.Func;
    import com.jinhetech.yogurt.func.service.FuncService;
    import com.jinhetech.yogurt.menu.entity.Menu;
    import com.jinhetech.yogurt.menu.service.MenuService;
    import com.jinhetech.yogurt.menu.util.MenuUtil;
    import com.jinhetech.yogurt.organization.entity.OrgTable;
    import com.jinhetech.yogurt.organization.service.OrgService;
    import com.jinhetech.yogurt.organization.util.OrgUtil;
    import com.jinhetech.yogurt.role.entity.Role;
    import com.jinhetech.yogurt.role.service.RoleService;
    import com.jinhetech.yogurt.sbgl.dao.SbglDao;
    import com.jinhetech.yogurt.sbgl.entity.Sbgl;
    import com.jinhetech.yogurt.sbgl.service.SbglService;
    import com.jinhetech.yogurt.sbgl.util.SbglUtil;
    import com.jinhetech.yogurt.user.entity.User;
    import com.jinhetech.yogurt.user.entity.UserInfo;
    import com.jinhetech.yogurt.user.service.UserService;
    import com.jinhetech.yogurt.user.util.UserUtil;
    import com.jinhetech.yogurt.util.base.BaseController;
    import com.jinhetech.yogurt.util.base.Constants;
    import com.jinhetech.yogurt.util.common.TextUtils;
    import com.jinhetech.yogurt.util.common.UUIDHexGenerator;
    
    /**
     * 系統(tǒng)用戶管理控制類
     * 
     * @author Wang Hao
     * @version 1.0 2014-02-28 初版
     */
    @Controller("sbglController")
    @RequestMapping("/sbgl")
    public class SbglController extends BaseController {
    //  @Resource(name = "sbglDao")
    //  private SbglDao sbglDao;
      
      @Resource(name = "sbglService")
      private SbglService sbglService;
      
      /**
       * 平臺(tái)權(quán)限管理導(dǎo)航*/
      @RequestMapping("/home_list")
      public ModelAndView home() {
    
        return new ModelAndView("iot/permis/permis_home");
      }
      
      
      /**
       * 查詢?cè)O(shè)備信息列表(支持分頁(yè)和多條件查詢)。
       * 
       */
      @RequestMapping("sbgl_list")
      @RequiresRoles("sbgl/sbgl_list")
      public String getUserList(Model model) throws Exception {
        //顯示設(shè)備列表
    //    List lst=new ArrayList();
    //    lst=(List) sbglService.getAll();
        
        Map resultMap = null;
        // 查詢表單或分頁(yè)保持請(qǐng)求時(shí) 請(qǐng)求參數(shù)的接收
        Map serArgs = new HashMap();
        serArgs = SbglUtil.getSelArgsToMap(request);//這個(gè)類在下面給出
        
    
        resultMap = sbglService.getUserBySearch(serArgs, "wxlxdh");
        
        model.addAttribute("resultMap", resultMap);
    //    model.addAttribute("lst", lst);
    
        return "sbgl/sbgl_list";
      }
    
      /**
       * 新增設(shè)備信息列表(支持分頁(yè)和多條件查詢)。
       * 
       * @author YangZhenghua 2014-5-28
       * @throws Exception
       */
      @RequestMapping("sbgl_add_list")
      @RequiresRoles("sbgl/sbgl_add_list")
      public String getAddList(Model model) throws Exception {
    
        
        System.out.println("aaa");
        model.addAttribute("aaa","aaa");
        model.addAttribute("resultMap", "hello world");
        
    
        return "sbgl/sbgl_add_list";
      }
      
      
      /**
       * 保存、修改用戶信息。
       * 
       * @author YangZhenghua 2014-5-28
       * @throws Exception
       */
      @RequestMapping("sbgl_save_list")
      @RequiresRoles("sbgl/sbgl_save_list")
      public ModelAndView SaveSbgl(Sbgl sbgl) throws Exception {
    
        String sbmc=request.getParameter("sbmc");
        String sblx=request.getParameter("sblx");
        String sssx=request.getParameter("sssx");
        String ssjd=request.getParameter("ssjd");
        String azsj=request.getParameter("azsj");
        
        String azry=request.getParameter("azry");
        String sbzt=request.getParameter("sbzt");
        String sbjd=request.getParameter("sbjd");
        String sbwd=request.getParameter("sbwd");
        String wxlxr=request.getParameter("wxlxr");
        
        String wxlxdh=request.getParameter("wxlxdh");
        String sbywxcs=request.getParameter("sbywxcs");
        String jzpylyz=request.getParameter("jzpylyz");
        String mqsbcyr=request.getParameter("mqsbcyr");
        String bzsm=request.getParameter("bzsm");
        
        sbgl.setSbbm(UUIDHexGenerator.generate());
        sbgl.setSbmc(sbmc);
        sbgl.setSblx(sblx);
        sbgl.setSssx(sssx);
        sbgl.setSsjd(ssjd);
        sbgl.setAzsj(azsj);
        
        sbgl.setAzry(azry);
        sbgl.setSbzt(sbzt);
        sbgl.setSbjd(sbjd);
        sbgl.setSbwd(sbwd);
        sbgl.setWxlxr(wxlxr);
        
        sbgl.setWxlxdh(wxlxdh);
        sbgl.setSbywxcs(sbywxcs);
        sbgl.setJzpylyz(jzpylyz);
        sbgl.setMqsbcyr(mqsbcyr);
        sbgl.setBzsm(bzsm);
    
        sbglService.save(sbgl);
    
        return new ModelAndView(new RedirectView("sbgl_list"));
      }
    
    
    }

    3.2、SbglUtil.java

    封裝從前臺(tái)傳遞過(guò)來(lái)的查詢參數(shù)、前臺(tái)傳遞過(guò)來(lái)的分頁(yè)參數(shù),都放到Map集合serArgs中

    package com.jinhetech.yogurt.sbgl.util;
    
    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.List;
    import java.util.Map;
    import java.util.Map.Entry;
    
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpSession;
    
    import org.springframework.web.context.request.RequestContextHolder;
    import org.springframework.web.context.request.ServletRequestAttributes;
    
    import com.jinhetech.yogurt.organization.entity.OrgTable;
    import com.jinhetech.yogurt.report.entity.Report;
    import com.jinhetech.yogurt.role.entity.Role;
    import com.jinhetech.yogurt.user.entity.User;
    import com.jinhetech.yogurt.user.entity.UserInfo;
    import com.jinhetech.yogurt.util.common.JSONUtils;
    import com.jinhetech.yogurt.util.common.TextUtils;
    
    /**
     * 用戶功能模塊工具類。
     * 
     * @author YangZhenghua
     * @version V1.0 2014-5-16 初版
     * 
     */
    public class SbglUtil {
    
      /**
       * 封裝從前臺(tái)傳遞過(guò)來(lái)的查詢參數(shù)。
       * 
       * @author YangZhenghua
       * @date 2014-6-26
       */
      public static Map getSelArgsToMap(HttpServletRequest request) throws Exception {
        Map serArgs = new HashMap();
    
        String serSbmc = request.getParameter("serSbmc");
        String serSblx = request.getParameter("serSblx");
        String serSssx = request.getParameter("serSssx");
        String serJdmc = request.getParameter("serJdmc");
        String serSbzt = request.getParameter("serSbzt");
        
        String pageNum = request.getParameter("pageNum") == null ? "1" : request.getParameter("pageNum");
        String pageSize = request.getParameter("pageSize") == null ? "10" : request.getParameter("pageSize");
    
    
        //serArgs.put("serUserName", java.net.URLDecoder.decode(serUserName == null ? "" : serUserName, "UTF-8"));
        serArgs.put("serSbmc", serSbmc);
        serArgs.put("serSblx", serSblx);
        serArgs.put("serSssx", serSssx);
        serArgs.put("serJdmc", serJdmc);
        serArgs.put("serSbzt", serSbzt);
        
        serArgs.put("pageNum", pageNum);
        serArgs.put("pageSize", pageSize);
    
        return serArgs;
      }
    
    
    
    }

    3.3、SbglService.java

    package com.jinhetech.yogurt.sbgl.service;
    
    import java.util.List;
    import java.util.Map;
    
    import org.springframework.stereotype.Service;
    import org.springframework.transaction.annotation.Transactional;
    
    import com.jinhetech.yogurt.sbgl.entity.Sbgl;
    
    
    public interface SbglService {
    
      public List getAll() throws Exception;
      
      public Sbgl save(Sbgl sbgl) throws Exception;
      
      public Map getUserBySearch(Map serArgs, final String sortType) throws Exception;
      
    }

    3.4、SbglServiceImpl.java (根據(jù)前臺(tái)傳遞來(lái)的查詢參數(shù)進(jìn)行查詢,獲得的結(jié)果數(shù)據(jù)放到Page objPage參數(shù))

    package com.jinhetech.yogurt.sbgl.service.impl;
    
    import java.util.ArrayList;
    import java.util.List;
    import java.util.Map;
    
    import javax.annotation.Resource;
    import javax.persistence.criteria.CriteriaBuilder;
    import javax.persistence.criteria.CriteriaQuery;
    import javax.persistence.criteria.JoinType;
    import javax.persistence.criteria.ListJoin;
    import javax.persistence.criteria.Predicate;
    import javax.persistence.criteria.Root;
    
    import org.springframework.data.domain.Page;
    import org.springframework.data.domain.Pageable;
    import org.springframework.data.jpa.domain.Specification;
    import org.springframework.stereotype.Service;
    import org.springframework.transaction.annotation.Transactional;
    
    import com.jinhetech.yogurt.role.entity.Role;
    import com.jinhetech.yogurt.sbgl.dao.SbglDao;
    import com.jinhetech.yogurt.sbgl.entity.Sbgl;
    import com.jinhetech.yogurt.sbgl.service.SbglService;
    import com.jinhetech.yogurt.user.entity.UserInfo;
    import com.jinhetech.yogurt.util.common.PageUtils;
    import com.jinhetech.yogurt.util.common.TextUtils;
    
    @Service("sbglService")
    @Transactional
    public class SbglServiceImpl implements SbglService{
    
      @Resource(name = "sbglDao")
      private SbglDao sbglDao;
      
      
      public List getAll() throws Exception{
        
        return (List) this.sbglDao.findAll();
      }
    
      public Sbgl save(Sbgl sbgl) throws Exception {
        return sbglDao.save(sbgl);
      }
      
      
      /**
       * 查詢用戶信息列表(支持分頁(yè)和多條件查詢)。
       * 
       * @author YangZhenghua 2014-6-19
       */
      public Map getUserBySearch(final Map serArgs, final String sortType) throws Exception {
    
        // 獲得分頁(yè)對(duì)象pageable,并且在pageable中頁(yè)碼是從0開(kāi)始,設(shè)定按照sortType升序排列
        Pageable pageable = PageUtils.buildPageRequest(Integer.valueOf(serArgs.get("pageNum")),
            Integer.valueOf(serArgs.get("pageSize")), sortType);
    
        Page objPage = sbglDao.findAll(new Specification() {
    
          public Predicate toPredicate(Root root, CriteriaQuery query, CriteriaBuilder cb) {
            List lstPredicates = new ArrayList();
    
            if (TextUtils.isNotBlank(serArgs.get("serSbmc"))) {
              lstPredicates.add(cb.like(root.get("sbmc").as(String.class), "%" + serArgs.get("serSbmc") + "%"));
            }
            if (TextUtils.isNotBlank(serArgs.get("serSblx"))) {
              lstPredicates.add(cb.like(root.get("sblx").as(String.class), "%" + serArgs.get("serSblx") + "%"));
            }
            if (TextUtils.isNotBlank(serArgs.get("serSssx"))) {
              lstPredicates.add(cb.like(root.get("sssx").as(String.class), "%" + serArgs.get("serSssx") + "%"));
            }
            if (TextUtils.isNotBlank(serArgs.get("serJdmc"))) {
              lstPredicates.add(cb.like(root.get("jdmc").as(String.class), "%" + serArgs.get("serJdmc") + "%"));
            }
    
            if (TextUtils.isNotBlank(serArgs.get("serSbzt"))) {
              lstPredicates.add(cb.equal(root.get("sbzt"), serArgs.get("serSbzt")));
            }
    
            Predicate[] arrayPredicates = new Predicate[lstPredicates.size()];
            return cb.and(lstPredicates.toArray(arrayPredicates));
          }
        }, pageable);
    
        return PageUtils.getPageMap(objPage);
      }
      
      
    }

    3.4.1、PageUtils.java(分頁(yè)數(shù)據(jù)工具類)

    package com.jinhetech.yogurt.util.common;
    
    import java.util.HashMap;
    import java.util.Map;
    
    import org.springframework.data.domain.Page;
    import org.springframework.data.domain.PageRequest;
    import org.springframework.data.domain.Sort;
    import org.springframework.data.domain.Sort.Direction;
    
    import com.jinhetech.yogurt.util.base.Constants;
    
    /**
     * 分頁(yè)數(shù)據(jù)工具類。
     * 
     * @author YangZhenghua
     * @version V1.0 2014-6-24 初版
     * 
     */
    public class PageUtils {
    
      /**
       * 封裝分頁(yè)數(shù)據(jù)到Map中。
       */
      public static Map getPageMap(Page objPage) {
        Map resultMap = new HashMap();
    
        resultMap.put(Constants.PAGE_RESULT_LIST, objPage.getContent()); // 數(shù)據(jù)集合
        resultMap.put(Constants.PAGE_TOTAL_NUM, objPage.getTotalElements()); // 總記錄數(shù)
        resultMap.put(Constants.PAGE_TOTAL_PAGE, objPage.getTotalPages()); // 總頁(yè)數(shù)
        resultMap.put(Constants.PAGE_NUM, objPage.getNumber()); // 當(dāng)前頁(yè)碼
        resultMap.put(Constants.PAGE_SIZE, objPage.getSize()); // 每頁(yè)顯示數(shù)量
    
        return resultMap;
      }
    
      /**
       * 創(chuàng)建分頁(yè)請(qǐng)求。
       * 
       * @author YangZhenghua
       * @date 2014-7-14
       * 
       * @param pageNum 當(dāng)前頁(yè)
       * @param pageSize 每頁(yè)條數(shù)
       * @param sortType 排序字段
       * @param direction 排序方向
       */
      public static PageRequest buildPageRequest(int pageNum, int pageSize, String sortType, String direction) {
        Sort sort = null;
    
        if (!TextUtils.isNotBlank(sortType)) {
          return new PageRequest(pageNum - 1, pageSize);
        } else if (TextUtils.isNotBlank(direction)) {
          if (Direction.ASC.equals(direction)) {
            sort = new Sort(Direction.ASC, sortType);
          } else {
            sort = new Sort(Direction.DESC, sortType);
          }
          return new PageRequest(pageNum - 1, pageSize, sort);
        } else {
          sort = new Sort(Direction.ASC, sortType);
          return new PageRequest(pageNum - 1, pageSize, sort);
        }
      }
    
      /**
       * 創(chuàng)建分頁(yè)請(qǐng)求(該方法可以放到util類中).
       */
      public static PageRequest buildPageRequest(int pageNum, int pageSize, String sortType) {
        return buildPageRequest(pageNum, pageSize, sortType, null);
      }
      
      /**
       * 創(chuàng)建分頁(yè)請(qǐng)求
       * 
       * @author YangZhenghua
       * @date 2014-11-12
       * 
       * @param pageNum
       * @param pageSize
       * @param sort
       * @return
       */
      public static PageRequest buildPageRequest(int pageNum, int pageSize, Sort sort) {
        return new PageRequest(pageNum - 1, pageSize, sort);
      }
    
      /**
       * 創(chuàng)建分頁(yè)請(qǐng)求(該方法可以放到util類中).
       */
      public static PageRequest buildPageRequest(int pageNum, int pageSize) {
        return buildPageRequest(pageNum, pageSize, null, null);
      }
    
    }

     4、DAO(SbglDao.java),對(duì),只需要繼承Spring Data JPA的PagingAndSortingRepository接口,Controller中調(diào)用其findAll()方法

    package com.jinhetech.yogurt.sbgl.dao;
    
    import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
    import org.springframework.data.repository.CrudRepository;
    import org.springframework.data.repository.PagingAndSortingRepository;
    import org.springframework.stereotype.Repository;
    
    import com.jinhetech.yogurt.sbgl.entity.Sbgl;
    import com.jinhetech.yogurt.user.entity.UserInfo;
    
    @Repository("sbglDao")
    public interface SbglDao extends PagingAndSortingRepository, JpaSpecificationExecutor {
      
      
    }

    以上是“Spring MVC結(jié)合Spring Data JPA如何實(shí)現(xiàn)按條件查詢和分頁(yè)功能”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對(duì)大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!


    新聞名稱:SpringMVC結(jié)合SpringDataJPA如何實(shí)現(xiàn)按條件查詢和分頁(yè)功能
    文章出自:http://weahome.cn/article/johced.html

    在線咨詢

    微信咨詢

    電話咨詢

    028-86922220(工作日)

    18980820575(7×24)

    提交需求

    返回頂部