0
I Use This!
Activity Not Available

Project Summary

ParadiseSDK主要用来简化JAVA的开发,提高开发速度。降低Hibernate的入门门槛,是连接框架与O/R映射框架的开发框架

一个入库操作仅仅需要以下几行代码

DAO dao = DAOFactory.getInstance();
dao.put(obj,DAO.SAVE);
dao.execute();

不必关心,数据库的连接、打开、事务、关闭,ParadiseSDK帮助你封装了这些细节。

Translation:

ParadiseSDK mainly uses for to simplify JAVA the development, enhancesthe development speed. Reduces Hibernate the basic threshold, is connects the frame and O/R mapping frame development frame goes into storage the operation toneed following several lines of codes

DAO dao = DAOFactory.getInstance();
dao.put(obj,DAO.SAVE);
dao.execute();

Does not need to care about that, the database connection, opened,business, the closure, ParadiseSDK helps you to seal these details.

Tags

java

In a Nutshell, ParadiseSDK...

 Code analysis has not completed

The Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. The source code for this project has been located, but the analysis isn't complete. Feel free to check its progress.
BSD 4-clause (University of California-Specific)
Permitted

Commercial Use

Modify

Distribute

Place Warranty

Forbidden

Hold Liable

Use Trademarks

Required

Include Copyright

Include License

These details are provided for information only. No information here is legal advice and should not be used as such.

This Project has No vulnerabilities Reported Against it

Did You Know...

  • ...
    there are over 3,000 projects on the Open Hub with security vulnerabilities reported against them
  • ...
    data presented on the Open Hub is available through our API
  • ...
    in 2016, 47% of companies did not have formal process in place to track OS code
  • ...
    search using multiple tags to find exactly what you need

 Code analysis has not completed

The Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. The source code for this project has been located, but the analysis isn't complete. Feel free to check its progress.

Community Rating

Be the first to rate this project
Click to add your rating
  
Review this Project!