Uses of Class
org.hibernate.metamodel.relational.UniqueKey

Packages that use UniqueKey
org.hibernate.dialect.unique   
org.hibernate.metamodel.relational This package defines the metamodel of a relational database schema. 
 

Uses of UniqueKey in org.hibernate.dialect.unique
 

Methods in org.hibernate.dialect.unique with parameters of type UniqueKey
 String UniqueDelegate.applyUniquesOnAlter(UniqueKey uniqueKey)
          If creating unique constraints in separate alter statements is supported, generate the necessary "alter" syntax for the given key.
 String DB2UniqueDelegate.applyUniquesOnAlter(UniqueKey uniqueKey)
           
 String DefaultUniqueDelegate.applyUniquesOnAlter(UniqueKey uniqueKey)
           
 String UniqueDelegate.dropUniquesOnAlter(UniqueKey uniqueKey)
          If dropping unique constraints in separate alter statements is supported, generate the necessary "alter" syntax for the given key.
 String DB2UniqueDelegate.dropUniquesOnAlter(UniqueKey uniqueKey)
           
 String DefaultUniqueDelegate.dropUniquesOnAlter(UniqueKey uniqueKey)
           
 String UniqueDelegate.uniqueConstraintSql(UniqueKey uniqueKey)
          Generates the syntax necessary to create the unique constraint (reused by all methods).
 String DefaultUniqueDelegate.uniqueConstraintSql(UniqueKey uniqueKey)
           
 

Uses of UniqueKey in org.hibernate.metamodel.relational
 

Methods in org.hibernate.metamodel.relational that return UniqueKey
 UniqueKey InLineView.getOrCreateUniqueKey(String name)
           
 UniqueKey TableSpecification.getOrCreateUniqueKey(String name)
           
 UniqueKey Table.getOrCreateUniqueKey(String name)
           
 

Methods in org.hibernate.metamodel.relational that return types with arguments of type UniqueKey
 Iterable<UniqueKey> InLineView.getUniqueKeys()
           
 Iterable<UniqueKey> TableSpecification.getUniqueKeys()
           
 Iterable<UniqueKey> Table.getUniqueKeys()
           
 



Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.