From 2fe0d4d3a21e15b471f9716bbaca6f305cc0b053 Mon Sep 17 00:00:00 2001 From: Fs-DXMY Date: Sun, 8 Dec 2024 18:01:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E9=83=A8=E5=88=86=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/zh/docusaurus-plugin-content-docs/current/object/index.md | 2 +- src/components/HomepageFeatures/SaveCommand.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/object/index.md b/i18n/zh/docusaurus-plugin-content-docs/current/object/index.md index a5de0a8b88..3055098087 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/object/index.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/object/index.md @@ -11,7 +11,7 @@ title: 对象篇 - 不可变性 - 为避免环形引用,让实体对象可以直接通过JSON序列化进行HTTP交互并未其他任何编程语言所理解,Jimmer实体是不可变的。 + 为避免环形引用,让实体对象可以直接通过JSON序列化进行HTTP交互并为其他任何编程语言所理解,Jimmer实体是不可变的。 :::tip Jimmer对象的动态性和不可变性是整个Jimmer世界的底层基础。 diff --git a/src/components/HomepageFeatures/SaveCommand.tsx b/src/components/HomepageFeatures/SaveCommand.tsx index 9e4fd096df..1a17cb56a5 100644 --- a/src/components/HomepageFeatures/SaveCommand.tsx +++ b/src/components/HomepageFeatures/SaveCommand.tsx @@ -39,7 +39,7 @@ const ZH: ReactNode = <>

保存指令允许开发人员保存任意形状的数据结构,而非保存简单的对象。

-

在默认情况下,即在AssociatedSaveModeREPLACE情况下,Jimmer会用被保存结构去权量替换数据库中已有的数据结构,如图所示:

+

在默认情况下,即在AssociatedSaveModeREPLACE情况下,Jimmer会用被保存结构去全量替换数据库中已有的数据结构,如图所示: