Annotation Interface PrimaryKey


@Documented @Retention(RUNTIME) @Target(FIELD) public @interface PrimaryKey
Annotation to specify the primary key field of an entity.

This annotation marks a field as the primary key, which uniquely identifies an entity in the database.