HHH-3812 minor fix in envers docs
This commit is contained in:
parent
fdcfeca511
commit
20756e3f9d
|
@ -1308,7 +1308,7 @@ query.add(AuditEntity.relatedId("address").eq(relatedEntityId));]]></programlist
|
||||||
<title>What isn't and will not be supported</title>
|
<title>What isn't and will not be supported</title>
|
||||||
|
|
||||||
<para>
|
<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
|
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,
|
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
|
however (which require a join table), if there is a duplicate element, the two
|
||||||
|
|
Loading…
Reference in New Issue