diff --git a/reference/en/modules/collection_mapping.xml b/reference/en/modules/collection_mapping.xml index 9175f4f9d9..efd344a201 100644 --- a/reference/en/modules/collection_mapping.xml +++ b/reference/en/modules/collection_mapping.xml @@ -735,7 +735,7 @@ Integer accessLevel = (Integer) permissions.get("accounts"); // Error!]]> - + <literal>Using an <idbag></literal> @@ -745,9 +745,8 @@ Integer accessLevel = (Integer) permissions.get("accounts"); // Error!]]>might). - Nevertheless, Hibernate provides a (slightly experimental) feature that allows - you to map many to many associations and collections of values to a table with - a surrogate key. + Nevertheless, Hibernate provides a feature that allows you to map many to many + associations and collections of values to a table with a surrogate key. @@ -757,7 +756,7 @@ Integer accessLevel = (Integer) permissions.get("accounts"); // Error!]]> - + @@ -778,7 +777,7 @@ Integer accessLevel = (Integer) permissions.get("accounts"); // Error!]]> - In the current implementation, the identity identifier generation + In the current implementation, the native identifier generation strategy is not supported for <idbag> collection identifiers.