Uses of Interface
org.eclipse.jpt.core.context.UniqueConstraint

Packages that use UniqueConstraint
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
 

Uses of UniqueConstraint in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context with type parameters of type UniqueConstraint
<T extends UniqueConstraint>
java.util.ListIterator<T>
Table.uniqueConstraints()
          Return a list iterator of the unique constraints.
<T extends UniqueConstraint>
java.util.ListIterator<T>
TableGenerator.uniqueConstraints()
          Return a list iterator of the unique constraints.
 

Methods in org.eclipse.jpt.core.context that return UniqueConstraint
 UniqueConstraint Table.addUniqueConstraint(int index)
          Add a unique constraint to the table and return the object representing it.
 UniqueConstraint TableGenerator.addUniqueConstraint(int index)
          Add a unique constraint to the table and return the object representing it.
 

Methods in org.eclipse.jpt.core.context with parameters of type UniqueConstraint
 void Table.removeUniqueConstraint(UniqueConstraint uniqueConstraint)
          Remove the unique constraint from the Table
 void TableGenerator.removeUniqueConstraint(UniqueConstraint uniqueConstraint)
          Remove the unique constraint from the Table
 

Uses of UniqueConstraint in org.eclipse.jpt.core.context.java
 

Subinterfaces of UniqueConstraint in org.eclipse.jpt.core.context.java
 interface JavaUniqueConstraint
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of UniqueConstraint in org.eclipse.jpt.core.context.orm
 

Subinterfaces of UniqueConstraint in org.eclipse.jpt.core.context.orm
 interface OrmUniqueConstraint
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.