Skip to content

Conversation

@rbygrave
Copy link
Member

Allows for extra JoinColumns on ManyToOne. The extra JoinColumn(s) are expected to be useful for the case of table partitioning where the extra join column is used to partition the table. In the test case, the partition column would be the org_id column and common to both tables (same partition key).

Allows for extra JoinColumns on ManyToOne. The extra JoinColumn(s) are
expected to be useful for the case of table partitioning where the extra
join column is used to partition the table. In the test case, the partition
column would be the org_id column and common to both tables (same partition key).
Allows for extra JoinColumns on ManyToOne. The extra JoinColumn(s) are
expected to be useful for the case of table partitioning where the extra
join column is used to partition the table. In the test case, the partition
column would be the org_id column and common to both tables (same partition key).
@rbygrave rbygrave self-assigned this Aug 31, 2025
@rbygrave rbygrave added this to the 16.0.1 milestone Aug 31, 2025
@rbygrave rbygrave merged commit 1dccdff into master Aug 31, 2025
1 check passed
@rbygrave rbygrave deleted the feature/3664-multi-joincolumns branch August 31, 2025 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@JoinColumns with @ManyToOne creates empty entity instead of null when no matching row

2 participants