JPA Annotation Attribute
in jakarta.persistence.IdClass

Class<?> value default null


The primary key class, which must declare fields or properties with names and types that match the Id fields and properties of the annotated entity class.
Since:
JPA 1.0