2.7.52 @PrimaryKeyJoinColumns

Organization of this subsection
(1) Description
(2) Element

(1) Description

This annotation is specified when multiple @PrimaryKeyJoinColumns are coded concurrently.

The applicable targets are class, method, and field.

(2) Element

The following table lists the elements of @PrimaryKeyJoinColumns:

Element nameOptional/RequiredElement description
valueRequiredThis element specifies an array of @PrimaryKeyJoinColumn.

The details of attributes that are supported with Cosminexus JPA provider are as follows:

(a) value element
Type
PrimaryKeyJoinColumn[]
Description
This element specifies an array of @PrimaryKeyJoinColumn.
You can specify the value within the specifiable range of @PrimaryKeyJoinColumn. For details, see 2.7.51 @PrimaryKeyJoinColumn.
Default value
None