jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
186 stars 55 forks source link

allow @JoinColumns(value) to be empty and defaulted #638

Open gavinking opened 2 weeks ago

gavinking commented 2 weeks ago

this allows foreignKey to be specified independently for multi-column joins

also improve the javadoc for @JoinColumn and @JoinColumns

(I will open an issue for this.)