Skip to content

Commit

Permalink
Merge pull request #29 from LanXa7/patch-1
Browse files Browse the repository at this point in the history
Update long.mdx
  • Loading branch information
babyfish-ct authored May 27, 2024
2 parents b9566ac + d65c7bf commit 6a03d39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import { LongAssociation } from '@site/src/components/LongAssociation';

## 何谓短关联
## 何谓长关联

所谓长关联,指不仅要改变当前对象和其他对象之间的关联关系,还要进一步修改关联对象。

Expand Down Expand Up @@ -167,4 +167,4 @@ class BookStoreController(
</TabItem>
</Tabs>

可见,无论Input DTO如何改变,Jimmer仍然只需一个方法调用即可完成数据保存。
可见,无论Input DTO如何改变,Jimmer仍然只需一个方法调用即可完成数据保存。

0 comments on commit 6a03d39

Please sign in to comment.