spring-filter:使用简单的查询语法动态过滤JPA实体。 提供JPAHibernate谓词和Spring规范

时间:2024-03-06 16:11:26
【文件属性】:

文件名称:spring-filter:使用简单的查询语法动态过滤JPA实体。 提供JPAHibernate谓词和Spring规范

文件大小:50KB

文件格式:ZIP

更新时间:2024-03-06 16:11:26

search query spring jpa filter

弹簧过滤器 您需要一种无需任何努力即可动态过滤实体的方法吗? 只需将我添加到您的pom.xml 。 您的API将获得功能全面的搜索功能。 您不使用API​​吗? 没问题,您可能仍然不想弄乱SQL,JPA谓词,安全性以及所有这些我猜想的东西。 从技术角度来看,我尝试将简单的语法编译为JPA谓词。 例子 /搜索过滤器=(brand.name:“奥迪”或brand.name:“路虎”)2和(年> 2018或公里<50000)和颜色:“白色”和事故是空 // Entity used in the query above @Entity public class Car { @Id long id; int year; int km; @Enumerated Color color; @ManyToOne Brand brand; @OneToMany Lis


【文件预览】:
spring-filter-main
----.gitignore(966B)
----src()
--------main()
--------test()
----LICENSE(1KB)
----.github()
--------workflows()
----pom.xml(6KB)
----README.md(5KB)

网友评论