HHH-3812 minor fix in envers docs

This commit is contained in:
Brett Meyer 2013-10-02 15:52:27 -04:00
parent fdcfeca511
commit 20756e3f9d
1 changed files with 1 additions and 1 deletions

View File

@ -1308,7 +1308,7 @@ query.add(AuditEntity.relatedId("address").eq(relatedEntityId));]]></programlist
<title>What isn't and will not be supported</title>
<para>
Bags (the corresponding Java type is List), as they can contain non-unique elements.
Bags, as they can contain non-unique elements.
The reason is that persisting, for example a bag of String-s, violates a principle
of relational databases: that each table is a set of tuples. In case of bags,
however (which require a join table), if there is a duplicate element, the two