Skip to content

Commit

Permalink
Fix #523 of jimmer
Browse files Browse the repository at this point in the history
  • Loading branch information
babyfish-ct committed Apr 13, 2024
1 parent d2c7f44 commit 27db65a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/dissociate-action-checking.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ In the [OnDissociate](../mapping/advanced/on-dissociate) article, we know there

For pseudo foreign key *(please refer to [Real and Fake Foreign Keys](../mapping/base/foreignkey))* associative properties, when its dissociation mode is `NONE`:

- If the global configuration `jimmer.default-dissociation-action-checkable` is false *(default)*, it is equivalent to `NONE`.
- If the global configuration `jimmer.default-dissociation-action-checkable` is true *(default)*, it is equivalent to `CHECK`.

- If the global configuration `jimmer.default-dissociation-action-checkable` is true, it is equivalent to `CHECK`.
- If the global configuration `jimmer.default-dissociation-action-checkable` is false, it is equivalent to `NONE`.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ title: 默认脱钩方式

对于伪外键 *(请参见[真假外键](../mapping/base/foreignkey))* 关联属性而言,当其脱钩模式为`NONE`

- 如果全局配置`jimmer.default-dissociation-action-checkable`为false *(默认)*,等价于`NONE`
- 如果全局配置`jimmer.default-dissociation-action-checkable`为true *(默认)*,等价于`CHECK`

- 如果全局配置`jimmer.default-dissociation-action-checkable`为true,等价于`CHECK`
- 如果全局配置`jimmer.default-dissociation-action-checkable`为false,等价于`NONE`

0 comments on commit 27db65a

Please sign in to comment.