HHH-3812 minor fix in envers docs
This commit is contained in:
parent
b25b2cbc43
commit
8d9c594f5f
|
@ -1280,7 +1280,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
|
||||
|
|
Loading…
Reference in New Issue