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
|
|