gpt4 book ai didi

database - 使用 Liferay 向多对多表添加列

转载 作者:搜寻专家 更新时间:2023-10-30 19:53:12 24 4
gpt4 key购买 nike

我想在 liferay 上使用服务构建器向关联表添加一列!

<entity name="entity1" local-service="true" remote-service="false">

<column name="entity1Id" type="long" primary="true" id-type="sequence"

id-param="id_entity1_sequence"></column>

<column name="name" type="String"></column>

<column name="entity2s" type="Collection" mapping-table="entity1_entity2"
entity="entity2"></column>

<finder name="Name" return-type="entity1" unique="true">
<finder-column name="name"></finder-column>

</finder>

</entity>

<entity name="entity2" local-service="true" remote-service="false">

<column name="entity2Id" type="long" primary="true" id-type="sequence"

id-param="id_entity2_sequence"></column>

<column name="header" type="String"></column>

<column name="value" type="String"></column>

<column name="entity1s" type="Collection" mapping-table="entity1_entity2"
entity="entity1"></column>


</entity>

我的意思是我需要在 entity1_entity2 表中添加一列

你有什么建议吗?

最佳答案

关于database - 使用 Liferay 向多对多表添加列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27542987/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com