These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 
Author Message
 Post subject: what is hibernate?
PostPosted: Sat Sep 12, 2009 8:18 pm 
Newbie

Joined: Sat Sep 12, 2009 8:13 pm
Posts: 3
I am new to hibernate. what is it? i am currently pursuing core java. i planned to do a project in hibernate. somebody help me in starting hibernate.


Top
 Profile  
 
 Post subject: Re: what is hibernate?
PostPosted: Sun Sep 13, 2009 1:50 am 
Newbie

Joined: Sun Sep 13, 2009 12:56 am
Posts: 4
Hibernate is a framework,
Its an Object/Relational Mapping tool for Java environments. The term Object/Relational Mapping (ORM) refers to the technique of mapping a data representation from an object model to a relational data model with a SQL-based schema.

http://docs.jboss.org/hibernate/stable/core/reference/en/html_single/#sp_query


Top
 Profile  
 
 Post subject: Re: what is hibernate?
PostPosted: Sun Sep 13, 2009 2:41 am 
Expert
Expert

Joined: Tue May 13, 2008 3:42 pm
Posts: 919
Location: Toronto & Ajax Ontario www.hibernatemadeeasy.com
It's simply an object-relational mapping framework that makes it easy to write Java code using Java classes and objects, and have those objects be easily persisted to a relational database. Historically, going from the data in an application, to the data in a database, has been difficult. Hibernate greatly simplifies this process.

_________________
Cameron McKenzie - Author of "Hibernate Made Easy" and "What is WebSphere?"
http://www.TheBookOnHibernate.com Check out my 'easy to follow' Hibernate & JPA Tutorials


Top
 Profile  
 
 Post subject: Re: what is hibernate?
PostPosted: Sun Sep 13, 2009 8:42 pm 
Newbie

Joined: Sat Sep 12, 2009 8:13 pm
Posts: 3
Then how is hibernate different from JDBC?


Top
 Profile  
 
 Post subject: Re: what is hibernate?
PostPosted: Sun Sep 13, 2009 8:57 pm 
Expert
Expert

Joined: Tue May 13, 2008 3:42 pm
Posts: 919
Location: Toronto & Ajax Ontario www.hibernatemadeeasy.com
Under the covers, Hibernate issues SQL statements that leverage JDBC. It's a framework that shields the developer from such low-level tasks such as writing SQL. It is an object-oriented approach to data persistence.

_________________
Cameron McKenzie - Author of "Hibernate Made Easy" and "What is WebSphere?"
http://www.TheBookOnHibernate.com Check out my 'easy to follow' Hibernate & JPA Tutorials


Top
 Profile  
 
 Post subject: Re: what is hibernate?
PostPosted: Sun Sep 13, 2009 9:06 pm 
Newbie

Joined: Sat Sep 12, 2009 8:13 pm
Posts: 3
Ok. Thank u for ur help.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.