摘要: Specification<Place> spec = new Specification<Place>() { @Override public Predicate toPredicate(Root<Place> root, CriteriaQuery<?> criteriaQuery, Crit 阅读全文
posted @ 2021-04-13 16:08 野生野鸡码农 阅读(632) 评论(0) 推荐(0) 编辑
摘要: 1.第一种方式即为代码方式查询比如下面链接这样: https://www.cnblogs.com/zuiniub/p/14568975.html 2、3种方式见下方代码: package com.css.oa.exam.certificate.repository; import org.sprin 阅读全文
posted @ 2021-04-13 16:02 野生野鸡码农 阅读(345) 评论(0) 推荐(0) 编辑
摘要: package com.css.oa.exam.util; import com.css.oa.exam.constants.BoolState; import org.springframework.beans.BeanUtils; import org.springframework.beans 阅读全文
posted @ 2021-04-13 15:57 野生野鸡码农 阅读(509) 评论(0) 推荐(0) 编辑