employer cover photo
employer logo
employer logo

Advanced Global Solution

Is this your company?

Advanced Global Solution interview question

Why would one chose ORM and not JDBC? What does ORM do?

Interview Answer

Anonymous

25 May 2019

ORM is usefull for abstraction of the SQL queries; one would use this layer of abstraction if he would like to be independent from the the DB platform, for a future migration: this way one could use the same code, while ORM handles the new syntax underneath.