jakartaee / persistence

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

Use XSD groups for common stuff in schemas #546

Open lukasj opened 7 months ago

lukasj commented 7 months ago

To help with any on-going maintenance of schema(s), it may be better to use XSD groups to extract common stuff. E.g. move things that are common across <table/>, <secondary-table/>, <join-table/>, ... into a group.

see also https://github.com/jakartaee/persistence/pull/541#issuecomment-1783763285