ورود

View Full Version : Hibernate



mehranFX
جمعه 12 خرداد 1385, 19:34 عصر
Hibernate is a powerful, high performance object/relational persistence and query service. Hibernate lets you develop persistent classes following object-oriented idiom - including association, inheritance, polymorphism, composition, and collections. Hibernate allows you to express queries in its own portable SQL extension (HQL), as well as in native SQL, or with an object-oriented Criteria and Example API.
Unlike many other persistence solutions, Hibernate does not hide the power of SQL from you and guarantees that your investment in relational technology and knowledge is as valid as always. The LGPL (http://www.hibernate.org/) open source license allows the use of Hibernate and NHibernate in open source and commercial projects

See More Details On
Relational Persistence for Java and .NET (http://www.hibernate.org/)

hps
یک شنبه 14 خرداد 1385, 14:34 عصر
اکیدا توصیه می‌شود. موقع دریافت حتما Eclipse Plug-Inش رو هم دریافت کنید.

همین طور ن.ک:
Torque @
http://db.apache.org/torque
که تقریبا کاری معادل همین Hibernate انجام می‌ده

و

OJB @
http://db.apache.org/ojb
که یه لایه بالاتر از Torqueه و چندین API مختلف از جمله JDO و ODMG 3.0 رو پشتیبانی می‌کنه.