PARADISESDK explaining foreigner

xiaoxiao2021-03-06  50

ParadiseSDK is mainly used to simplify the development of Java and increase development speed. Reduce Hibernate's entry threshold, which is the development framework for connecting frames and O / R mapping frameworks

A storage operation only requires the following lines of code

Dao Dao = DAOFACTORY.GETINSTANCE ();

DAO.PUT (OBJ, DAO.SAVE);

Dao.execute ();

Don't care about, the database is connected, opened, transaction, close, ParadiseSDK helps you encapsulate these details.

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 SESESE DETAILS.

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

I feel better in English :)

转载请注明原文地址:https://www.9cbs.com/read-115958.html

New Post(0)