Skip to content

Instantly share code, notes, and snippets.

@starplatinum3
starplatinum3 / BaseRepository
Last active August 2, 2021 02:51
CustomerSpecifications jpa 封装的 字段相等和 时间之间方法 只要传入 有数据的对象 根据对象的值 和他一样的 才会被select ,还有时间在这个之间的 根据官方的代码 改的 我觉得可复用性比较高
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.domain.Specification;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import java.time.LocalDate;
/**
//
// Created by Lenovo on 2020/10/21.
//
#ifndef CS_SYSTEM_PRINCIPLE_CSSYSPRINCIPLE_H
#define CS_SYSTEM_PRINCIPLE_CSSYSPRINCIPLE_H
#include <string>
#include <vector>
#include "StringInfo.h"