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.  [ 3 posts ] 
Author Message
 Post subject: Back 2 basics What is ORM ?
PostPosted: Thu Apr 27, 2006 6:43 am 
Beginner
Beginner

Joined: Thu Apr 20, 2006 3:44 am
Posts: 32
I am going back to real basics, but can somebody tell me what exactly "ORM" is ? May be an example will be really good

Secondly what component of Hibernate implements that...

I know the features and technique of using Hibernate.....but still not clear abt ORM


Sudhir


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 27, 2006 7:33 am 
Expert
Expert

Joined: Tue Dec 07, 2004 6:57 am
Posts: 285
Location: Nürnberg, Germany
ok, I'm having a try ....

ORM is in my opinion a way to deal with the object relational impendance mismatch. This means, it is the technology which builds a bridge between the object oriented "world" and the relational database "world". By using ORM you create documents that describe how objects are represented in the database. An ORM Tool interpretes these documents and gives you the ability do to CRUD operations with your objects. Of course there are hundreds of additional features in today's toolsets like hibernate.

_________________
Please don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 27, 2006 8:11 am 
Beginner
Beginner

Joined: Thu Apr 20, 2006 3:44 am
Posts: 32
Is it like mapping relations between tables from DB to Objects and we shall use these objects in our business logic !!

What do you think ?

Sudhir


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.