Skip to content

The project is a framework that deal with the relationship between MySQL and java object.By using this framework,we can add the information of java object to MySQL to store it,and we can also query our records in MySQL,and delete and update operation also be supported in many ways without using the SQL statement,you can just operate your java co…

Notifications You must be signed in to change notification settings

Langbo-boop/SORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.在src下建立db.properties配置文件
2.当前框架尽可以处理一个主键的情形(对于删除而言),不过目前我已经增加了方法使之可以适应所有的情形.
3.po尽量使用包装类
4.目前只能通过数据库来维护自增主键的方式

About

The project is a framework that deal with the relationship between MySQL and java object.By using this framework,we can add the information of java object to MySQL to store it,and we can also query our records in MySQL,and delete and update operation also be supported in many ways without using the SQL statement,you can just operate your java co…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages