Hibernate - What is ORM?

What is ORM?

- Object Relational Model is a programming technique. This technique is used to convert the data from an incompatible type to that of a relational database. The mapping is done by using the OOP languages. For example every table in a table is represented by an object.

- The purpose of ORM is an application is allowed and written OOP language that is to deal with the data that is manipulates in the forms objects. The class level attributes are ‘mapped’ to tables.

What is ORM?

Object Relational Mapping (ORM) :

ORM is used to provide an object-based view of data by converting data between incompatible type systems in relational databases and object-oriented programming languages. This creates, in effect, a "virtual object database" that can be used from within the programming language.
Hibernate - What is Hibernate?
What is Hibernate? - Hibernate is an ORM tool. Hibernate is a solution for object-relational mapping...
Hibernate - Why do you need ORM tool like Hibernate?
Why do you need ORM tool like Hibernate? - Hibernate is open source ORM tool. Hibernate reduces the time to perform database operations...
Hibernate - What are the main advantages of ORM like hibernate?
What are the main advantages of ORM like hibernate? - Distributed transaction can simply be performed by using ORM tools...
Post your comment
Discussion Board
what is orm?
ORM is basically stands for object/relational mapping i.e each of member variables parcticepate for a particular column in database.so that java object are store or persist in the data base
prasanta kumar routray 03-11-2013