For the complete documentation index, see llms.txt. This page is also available as Markdown.

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