Interview Question in Hibernate


 

Interview Question :: What is ORM?

What is ORM?

by ksk
VoteNowAnswers to "What is ORM?"

ORM stands for object/relational mapping. ORM is the automated persistence of objects in a Java application to the tables in a relational database.

by ksk