aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/moa-id-commons')
-rw-r--r--id/server/moa-id-commons/src/main/resources/config/bindings.xjb4
1 files changed, 2 insertions, 2 deletions
diff --git a/id/server/moa-id-commons/src/main/resources/config/bindings.xjb b/id/server/moa-id-commons/src/main/resources/config/bindings.xjb
index 43fe21465..21714849b 100644
--- a/id/server/moa-id-commons/src/main/resources/config/bindings.xjb
+++ b/id/server/moa-id-commons/src/main/resources/config/bindings.xjb
@@ -17,7 +17,7 @@
<jaxb:bindings schemaLocation="moaid_config_2.0.xsd" node="/xsd:schema/xsd:element[@name='C-PEPS']//xsd:element[@ref='OA_STORK']">
<hj:many-to-many name="OA_STORK">
- <orm:join-table name="OA_C-PEPS">
+ <orm:join-table name="OA_CPEPS">
<orm:join-column name="aid" referenced-column-name="hjid" />
<orm:inverse-join-column name="bid" referenced-column-name="hjid" />
</orm:join-table>
@@ -25,7 +25,7 @@
</jaxb:bindings>
<jaxb:bindings schemaLocation="moaid_config_2.0.xsd" node="/xsd:schema/xsd:element[@name='OA_STORK']//xsd:element[@ref='C-PEPS']">
- <hj:many-to-many name="C-PEPS" mappedBy="OA_STORK">
+ <hj:many-to-many name="CPEPS" mappedBy="OA_STORK">
<hj:cascade>
<hj:cascade-persist/>
</hj:cascade>