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

(cherry picked from commit f09837e)
  • Loading branch information
marko-bekhta authored and gsmet committed Jul 9, 2024
1 parent ba99497 commit fa9a9ca
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 fa9a9ca

Please sign in to comment.