TCCI-Tririd Computer Coaching Institute is focused on providing Quality education with practical sessions.Satisfaction of our student is our priority. We pride ourselves for providing proficient IT solutions. We have a highly qualificated and expereinced faculties, who, not only handle teaching, but also aspire to provide the best possible solution through their technical expertise.
Showing posts with label learn java. Show all posts
Showing posts with label learn java. Show all posts
Friday, May 3, 2019
Saturday, April 20, 2019
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.
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 @ www.tccicomputercoaching.com
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 @ www.tccicomputercoaching.com
Subscribe to:
Posts (Atom)
