|
|
|
|
Hibernate for Not Yet Techies"Using This Open Source Tool to Store Java Objects in Relational Databases"by Richard Stooker, President Info Ring Press and author of Secrets of Changing to a Computer Career |
Hibernate is a program for object/relational mapping / ORM for JavaHibernate is a the layer between the object oriented programming language of Java and the relational databases which large, modern organizations depend on to store data about their inventories, customers, sales and so on. The problem is that of database persistence. The developer must make the data work both as a Java object and as part of the relational database, even though the models are different. So Hibernate allows you to save Java objects into a relational database and retrieve them without using SQL. Enterprise Java Beans / EJB suffers from this object/relational mismatch paradigm. Plus, Hibernate does not require a Java 2 Enterprise Edition / J2EE application server, but EJB does. Hibernate is open source software licensed under the Lesser GNU Public License. It was started in 2001 by Gavin King, who's still the lead developer of the project. Hibernate covers all:Entity association Class inheritance Special type matching strategies It uses an XML mapping file to tell it which tables relate to which objects. The Hibernate Query Language / HQL correlates with EJB Query Language / EQL in EJB 3.0 Next: Mac OS X 10.4 Tiger |
|
Use Your New Computer Career as a Stepping Stone to Even Greater SuccessSend off for your free 7-part Techie Plus eCourse now. So that you can learn:
It's fast and easy. You will receive the first part in your email box within minutes. I respect your privacy. I will never sell, rent or trade your email address. After you subscribe, the form will redirect you to a thank you page. Thank you! Rick Stooker |
|
Permission is granted to reprint the above article in an ezine or on a website as long as it is reprinted in full, with no changes, with full credit and with this contact information and link included at the bottom. All other rights reserved. Copyright 2007 by Info Ring Press All Rights Reserved. Computer Careers (Home) Sitemap Contact Privacy Info Ring Press Richard Stooker PO Box 617 130-G Ballwin Manor Dr Ballwin, MO 63011 (636) 394-2052 rick@inforingpress.com |