Hibernate is an open source software written in java. It is a framework to map object oriented domain model to a traditional relational database. It is an object relational mapping (ORM -programing technique for converting data between incompatible type systems in object oriented programming languages).
It's primary feature is to map java classes to database tables. Mapping is accomplished through a xml file or java annotations. Also provide data retrieval and query facilities. To write queries against Hibernate data objects Hibernate has a language named Hibernate Query language (HQL) like SQL.
Hibernate can also be used in J2EE applications as well as standalone applications with servlets and EJB session beans.
You can refer http://www.hibernate.org for more information.
To learn Hibernate visit http://www.visualbuilder.com/java/hibernate/tutorial/
It's primary feature is to map java classes to database tables. Mapping is accomplished through a xml file or java annotations. Also provide data retrieval and query facilities. To write queries against Hibernate data objects Hibernate has a language named Hibernate Query language (HQL) like SQL.
Hibernate can also be used in J2EE applications as well as standalone applications with servlets and EJB session beans.
You can refer http://www.hibernate.org for more information.
To learn Hibernate visit http://www.visualbuilder.com/java/hibernate/tutorial/
Thanks Chathini..
ReplyDeleteNice article..
I'm new to J2EE. So that it is very very helpful me to get idea about hibernate.
Also i heard there are some other J2EE frame works called Spring, Struct. What are the differences between them?
Thanks for the comment isuru
ReplyDeleteMy later post will be on Spring and Struct.
There you will get the answer for your quetion.
OK.. Thanks Chathini.. I hope you'll post your article very soon.
ReplyDelete