We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c116976 commit 7316c9dCopy full SHA for 7316c9d
documentation/src/main/asciidoc/userguide/chapters/domain/collections.adoc
@@ -285,7 +285,7 @@ is available to have Hibernate interpret a `List` with no `@OrderColumn` and no
285
An ID_BAG is similar to a BAG, except that it maps a generated, per-row identifier into the collection
286
table. `@CollectionId` is the annotation to configure this identifier.
287
288
-For details about defining an id-bad identifier, see the Javadocs for:
+For details about defining an id-bag identifier, see the Javadocs for:
289
290
* link:{javadoc-base}/org/hibernate/annotations/CollectionId.html[@CollectionId]
291
* link:{javadoc-base}/org/hibernate/annotations/CollectionIdJavaClass.html[@CollectionIdJavaClass]
0 commit comments