Steve Ebersole commented on an issue
Hibernate ORM / Improvement HHH-4414
enrich UniqueConstraint with property name
To be able in annotation to give uniqueConstraint exact database name, there is need to add field java.lang.String name(); to annotation class UniqueConstraint in similar way like in index is.