Class AlterTableUniqueDelegate

java.lang.Object
org.hibernate.dialect.unique.AlterTableUniqueDelegate
All Implemented Interfaces:
UniqueDelegate
Direct Known Subclasses:
AlterTableUniqueIndexDelegate, CreateTableUniqueDelegate, DefaultUniqueDelegate

public class AlterTableUniqueDelegate extends Object implements UniqueDelegate
A UniqueDelegate which uses alter table commands to create and drop the unique constraint. When possible, prefer CreateTableUniqueDelegate.