Skip to content

Commit

Permalink
Update the MappingStructure constant in the docs to match the enum va…
Browse files Browse the repository at this point in the history
…lues
  • Loading branch information
marko-bekhta committed Jun 19, 2024
1 parent 112c7c3 commit f09837e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ interface MappingConfig {
* Associations between entities must be bi-directional:
* specifying the inverse side of associations through `@AssociationInverseSide` *is required*,
* unless reindexing is disabled for that association through `@IndexingDependency(reindexOnUpdate = ...)`.
* `tree`::
* `document`::
* Entities indexed through Hibernate Search are the root of a document,
* i.e. an indexed entity "owns" other entities it references through associations,
* which *cannot* be updated independently of the indexed entity.
Expand Down

0 comments on commit f09837e

Please sign in to comment.