文件名称:sql-q:JDBC 模板
文件大小:23KB
文件格式:ZIP
更新时间:2024-06-20 21:18:07
Java
sql-q
一个简单的、轻量级的 Java JDBC ORM,尽可能类似于普通的 SQL,适用于 RESTful 服务。
不支持连接,但您始终可以对它们使用普通的 SQL 查询。
用法
模型类:
public class Item {
// By default, id is primary key, but you can declare custom id columns or no id at all when you build the template
public Long id;
public String name;
public BigDecimal giaNhap;
public Map
【文件预览】:
sql-q-master
----push_github.cmd(22B)
----LICENSE(11KB)
----src()
--------main()
----sql-q.iml(1KB)
----.idea()
--------scopes()
--------misc.xml(465B)
--------vcs.xml(242B)
--------.name(5B)
--------copyright()
--------modules.xml(405B)
--------encodings.xml(166B)
--------compiler.xml(752B)
--------workspace.xml(23KB)
----.project(364B)
----.classpath(493B)
----.gitignore(7B)
----README.md(2KB)