From d986570906fb51fbf920363ee2823264dccc6d55 Mon Sep 17 00:00:00 2001 From: LanMao <861190132@qq.com> Date: Mon, 25 Nov 2024 10:18:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E9=94=99=E5=88=AB=E5=AD=97?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../current/mutation/save-command/association/owner.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/mutation/save-command/association/owner.mdx b/i18n/zh/docusaurus-plugin-content-docs/current/mutation/save-command/association/owner.mdx index 69f4d9b14..0bb4137ab 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/mutation/save-command/association/owner.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/current/mutation/save-command/association/owner.mdx @@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem'; ## 基本概念 -所畏拥有方,只具备`mappedBy`的`@OneToMany`或`@OneToOne`对象。以`@OneToMany`为例 +所谓拥有方,是指具备`mappedBy`的`@OneToMany`或`@OneToOne`对象。以`@OneToMany`为例 @@ -569,4 +569,4 @@ public interface Book { 和 [jimmer-examples/kotlin/save-command-kt](https://github.com/babyfish-ct/jimmer-examples/tree/main/kotlin/save-command-kt) 均利用全局配置允许了子对象迁移。 -::: \ No newline at end of file +:::