Brett Meyer commented on Bug HHH-7797

(11:08:33 AM) sebersole: here is another option...
(11:08:37 AM) sebersole: somethign like:
(11:09:21 AM) sebersole: Dialect.applyUniqueness( Table, Iterable<Column>, String name )
(11:10:14 AM) sebersole: then the dialect can chose to (1) add a constraint to the table , (2) mutate the single column, (3) ??
(11:10:17 AM) sebersole: maybe:
(11:10:57 AM) sebersole: Dialect.applyUniqueness( Table, Iterable<Column>, String name, Database )
(11:11:32 AM) sebersole: passing Database so that a "specfic CREATE variant" could be registered if that is needed
(11:11:47 AM) sebersole: Database is 5.0 specific
(11:11:57 AM) sebersole: 4.x would be Mappings I guess
(12:27:12 PM) sebersole: brmeyer: here is yet another thought for HHH-7797
(12:27:45 PM) sebersole: define a dedicated api to pass in to dialect
(12:28:00 PM) sebersole: that exposes the 3 ways we discussed
(12:30:13 PM) sebersole: e.g. Dialect.applyUniqueness( UniquenessDelegate )

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira