scala的ORM框架 zxorm

码农软件 · 软件分类 · ORM/持久层框架 · 2019-09-24 16:26:53

软件介绍

zxorm 是一个 scala 的 轻量级 orm,代码简洁高效

查询
DBEntity.queryOne(classOf[User],"select * from User where name=? ",name)
DBEntity.query(classOf[User], "select * from Users)")

增加
new User(0,"tom",12).insert // id=1,name=tom,age=12
new User(0,"tomcat",18).insert("name") //id=2,name=tomcat,age=null

修改
new User(2,"dog",22).update("id","name")//id=2,name=dog,age=18
new User(2,"tomcat",30).update("id")//id=2,name=tomcat,age=30

本文地址:https://codercto.com/soft/d/15310.html

Web Security, Privacy and Commerce, 2nd Edition

Web Security, Privacy and Commerce, 2nd Edition

Simson Garfinkel / O'Reilly Media / 2002-01-15 / USD 44.95

Since the first edition of this classic reference was published, World Wide Web use has exploded and e-commerce has become a daily part of business and personal life. As Web use has grown, so have ......一起来看看 《Web Security, Privacy and Commerce, 2nd Edition》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试