文件名称:fluent-query:仅使用POJO类创建查询
文件大小:61KB
文件格式:ZIP
更新时间:2024-06-15 08:29:25
Java
流利的查询 仅使用POJO类创建查询,插入,更新和删除。 特征 基于代码的配置:基础结构代码的独立业务代码; 减少干扰:对您的代码进行零或更少的更改; 胶水代码:这只是一个小而简单的类集; Fluent Builder:完整的代码是您的朋友! 检查编译器:重构? 没问题。 做编译器为您工作。 基于性能:如果您对性能有偏执,请使用活页夹参数创建查询,插入,更新和删除。 映射 JPA EclipseLink: JPA: JDBC驱动程序: MongoDB: Kotlin支持 请参阅以下示例: 例子 @Test public void testSelect() { String expected = "select e0.* from Customer e0"; String actual = new QueryBuilder() .from(Customer.cla
【文件预览】:
fluent-query-master
----.gitignore(9B)
----todo.txt(111B)
----src()
--------main()
--------test()
----.classpath(1KB)
----LICENSE(8KB)
----.settings()
--------org.eclipse.wst.common.project.facet.core.xml(172B)
--------org.eclipse.m2e.core.prefs(86B)
--------org.eclipse.wst.common.component(324B)
--------org.eclipse.jdt.core.prefs(616B)
--------org.eclipse.wst.validation.prefs(50B)
----pom.xml(1KB)
----README.md(7KB)
----.project(1KB)