类 StandardUniqueKeyExporter

  • 所有已实现的接口:
    Exporter<Constraint>

    public class StandardUniqueKeyExporter
    extends Object
    implements Exporter<Constraint>
    Unique constraint Exporter. Note that it's parameterized for Constraint, rather than UniqueKey. This is to allow Dialects to decide whether or not to create unique constraints for unique indexes.
    作者:
    Brett Meyer