Java ORM 框架 Orman

码农软件 · 软件分类 · ORM/持久层框架 · 2019-09-24 21:57:58

软件介绍

Orman 是一个轻量级(约170kb)易用的 Java ORM 框架,支持 SQLite、MySQL,支持 Android 平台。

将一个普通的 Java 类变成 POJO 的代码:

@Entity    
class Student extends Model<Student>{
    public int id;
    public String name;
    public Date registrationDate;
    public float gpa;
}

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

Algorithms + Data Structures = Programs

Algorithms + Data Structures = Programs

Niklaus Wirth / Prentice Hall / 1975-11-11 / GBP 84.95

It might seem completely dated with all its examples written in the now outmoded Pascal programming language (well, unless you are one of those Delphi zealot trying to resist to the Java/.NET dominanc......一起来看看 《Algorithms + Data Structures = Programs》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

html转js在线工具
html转js在线工具

html转js在线工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具