首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 只是ORM(对象关系映射)

只是ORM(对象关系映射)

  • 资源大小:102.75 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: orm 对象 映射

资 源 简 介

## This project is based on Java, is a lightweight ORM model. ## ### Only concerned about the Object-Relationl Mapping, therefore more simple and easier to use, easier to control. ### **Key support functions and features:** Object-relational mapping; Two kinds of mechanisms to automatically generate primary key (numeric field) value; Hibernate support, and a similar sample of queries; Support additional SQL clause, an extension of inquiries; Support for optimistic locking; A rich set of tools for SQL statements; ### Model Sample ### ``` @JormEntity (table = "PEOPLE") public class Person implements Serializable { ... @JormMap ( primaryKey = true, autoGenerate = GenerateMethod.Increase ) private int id; @JormMap private String name; @JormMap private String sex; @JormMap private Date birth; @JormMap(col

文 件 列 表

proxool-mysql.xml
proxool-oracle.xml
testng.xml
testng-oracle-add.xml
src
.svn
com
test
.svn
com
build.xml
VIP VIP
0.189171s