EntityMatcher:通过匹配的实体类创建JPQL查询

时间:2024-05-21 02:07:38
【文件属性】:

文件名称:EntityMatcher:通过匹配的实体类创建JPQL查询

文件大小:77KB

文件格式:ZIP

更新时间:2024-05-21 02:07:38

jpa matcher statement jpql Java

实体匹配器 增强EntityManager以通过匹配器创建JPQL查询。 可以使用Entities属性的名称来创建匹配器,也可以使用方便地准备以捕获方法调用的实体匹配“模拟”来创建匹配器。 这个WHERE陈述... WHERE person.name LIKE 'X%' OR person.surname LIKE 'Y%' OR person.eyes = 'blue' 等效于以下生成的匹配器。 matching(Person.class, "name", startsWith("X").or("surname", startsWith("Y")).or("eyes", eq("blue"))) final Person mtch = BeanBasedMatcher.matcher(Person.class); matching(mtch.getName(), starts


【文件预览】:
EntityMatcher-master
----.gitignore(110B)
----src()
--------main()
--------test()
----.classpath(998B)
----LICENSE(1KB)
----.settings()
--------org.eclipse.jpt.core.prefs(123B)
--------org.eclipse.wst.common.project.facet.core.prefs.xml(160B)
--------org.eclipse.wst.common.project.facet.core.xml(163B)
--------org.eclipse.m2e.core.prefs(86B)
--------org.eclipse.core.resources.prefs(115B)
--------org.eclipse.jdt.core.prefs(422B)
----pom.xml(2KB)
----README.md(8KB)
----.project(870B)

网友评论