Basic computer course, C programming language, Education, Engineering Course, Engineering Courses, Maths Coaching, online computer coaching, PGDCA course coaching, programming course, school computer coaching, training, Uncategorized, Web Design course

What is ORM tool in java? tccicomputercoaching.com

ORM stands for Object-Relational Mapping (ORM) is a programming technique for converting data between relational databases and object oriented programming languages such as Java, C#, etc.

orm tool in java

Advantage of ORM:

ORM removes dependencies on Database.

Because JDBC code is dependent upon the Database software being using. i.e. Our persistence logic is dependent because of using JDBC. Here we are inserting a record into Employee table but our query is Database software dependent i.e. here we are using MySQL. But if we change our Database then this query will not work.

An ORM tool simplifies the data creation, data manipulation and data access. It is a programming technique that maps the object to the data stored in the database.

To learn more about ORM in Java.

Call us @ 9825618292

Visit us @ http://www.tccicomputercoaching.com

 

Leave a comment