Skip to content

Commit

Permalink
back to single table inheritance style
Browse files Browse the repository at this point in the history
this is a workaround for the final problem in orppst/pst-api-service#3 of superclass fields not being merged
  • Loading branch information
pahjbo committed Dec 21, 2023
1 parent c284184 commit 31bf24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binding_proposal_model.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<file>proposaldm.vo-dml.xml</file>s
<java-package>org.ivoa.dm.proposal.prop</java-package>
<xml-targetnamespace prefix="prop" schemaFilename="proposalDM.xsd">http://ivoa.net/dm/proposalDM</xml-targetnamespace>
<rdb inheritance-strategy="joined"
<rdb inheritance-strategy="single-table"
discriminatorColumnLength="64"/>

</model>
Expand All @@ -16,7 +16,7 @@
<file>proposalManagement.vo-dml.xml</file>
<java-package>org.ivoa.dm.proposal.management</java-package>
<xml-targetnamespace prefix="propm" schemaFilename="proposalManagement.xsd">http://ivoa.net/dm/proposalManagment</xml-targetnamespace>
<rdb inheritance-strategy="joined"
<rdb inheritance-strategy="single-table"
discriminatorColumnLength="64"/>
</model>
</m:mappedModels>

0 comments on commit 31bf24a

Please sign in to comment.