老外翻译的ParadiseSDK说明

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.

------------------------------------------------------

感觉还是用英文表达更好:)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值