Skip to content

Commit

Permalink
Merge pull request #77 from Fs-DXMY/patch-5
Browse files Browse the repository at this point in the history
更正部分文档错别字
  • Loading branch information
babyfish-ct authored Dec 8, 2024
2 parents 07ffccf + 2fe0d4d commit 0a34f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title: 对象篇

- 不可变性

为避免环形引用,让实体对象可以直接通过JSON序列化进行HTTP交互并未其他任何编程语言所理解,Jimmer实体是不可变的。
为避免环形引用,让实体对象可以直接通过JSON序列化进行HTTP交互并为其他任何编程语言所理解,Jimmer实体是不可变的。

:::tip
Jimmer对象的动态性和不可变性是整个Jimmer世界的底层基础。
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/SaveCommand.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const ZH: ReactNode =
<>
<p>保存指令允许开发人员保存任意形状的数据结构,而非保存简单的对象。</p>

<p>在默认情况下,即在<i>AssociatedSaveMode</i><b>REPLACE</b>情况下,Jimmer会用被保存结构去权量替换数据库中已有的数据结构,如图所示:</p>
<p>在默认情况下,即在<i>AssociatedSaveMode</i><b>REPLACE</b>情况下,Jimmer会用被保存结构去全量替换数据库中已有的数据结构,如图所示:</p>

<Save/>

Expand Down

0 comments on commit 0a34f2e

Please sign in to comment.