Annotation Interface Id
Русский: Аннотация указывает что поле в сущности является первичным ключом в базе данных.
English: The annotation indicates that the field in the entity is a primary key in the database.
Пример / Example:
English: The annotation indicates that the field in the entity is a primary key in the database.
Пример / Example:
public record User(@Id long id) { }