摘要: Specification<Place> spec = new Specification<Place>() { @Override public Predicate toPredicate(Root<Place> root, CriteriaQuery<?> criteriaQuery, Crit 阅读全文
posted @ 2021-04-13 16:08 野鸡码农 阅读(703) 评论(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 野鸡码农 阅读(393) 评论(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 野鸡码农 阅读(533) 评论(0) 推荐(0)