blinkfox / fenix

This is an extension library to the Spring Data JPA complex or dynamic SQL query. 这是一个比 MyBatis 更加强大的 Spring Data JPA 扩展库,为解决复杂动态 JPQL (或 SQL) 而生。https://blinkfox.github.io/fenix
https://blinkfox.github.io/fenix
Apache License 2.0
345 stars 72 forks source link

基于 Specification 的 Java API 方式 怎么or #73

Open imayou opened 1 year ago

imayou commented 1 year ago

基于 Specification 的 Java API 方式怎么构造类似 where 1=1 and (2=2 or 3=3)