ORM Mapping Annotations

About

ORM (Object-Relational Mapping) is the process of mapping Java objects to relational database tables. JPA annotations are used to define how Java classes and their fields map to database tables and columns.

Last updated

Was this helpful?