Class StandardUniqueKeyExporter

java.lang.Object
org.hibernate.tool.schema.internal.StandardUniqueKeyExporter
All Implemented Interfaces:
Exporter<Constraint>

public class StandardUniqueKeyExporter extends Object implements Exporter<Constraint>
An Exporter for unique constraints. The type argument is Constraint, rather than UniqueKey, allowing for Dialects which create unique constraints for unique indexes.