Description:
|
The new metamodel take care of table constraints via _Binder#bindUniqueConstraints_. This only includes constraints in the primary or secondary table of an entity. Join tables can, however, also define unique constraints via eg _@CollectionTable_ or _@JoinTable_.
On a source level unique constraints are currently retrieved from _EntitySource#getConstraints_. Should _getConstraints_ not really be part of
_TableSpecificationSource_
_TableSpecification_
?
|