What is orm in spring?
Answer / Archana Yadav
Object-Relational Mapping (ORM) in Spring Framework refers to the mechanism that maps Java objects to database tables and their relationships. It allows developers to interact with a database using Java objects instead of writing raw SQL queries.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the flow of spring boot? : Spring Boot
Is jwt an oauth?
What is the difference between @requestbody and @requestparam?
What are the various ways of using spring framework?
What is spring boot devtools? : Spring Boot
What is inner bean? What is the drawback of inner bean?
How can we use spring to create restful web service returning json response?
What is aop proxy?
What is @controller in spring boot? : Spring Boot
What is ef code?
What is difference between @pathparam and @pathvariable?
Why would you use a singleton?