Uses of Interface
org.eclipse.jpt.core.resource.java.UniqueConstraintAnnotation

Packages that use UniqueConstraintAnnotation
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.resource.java   
 

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

Methods in org.eclipse.jpt.core.context.java with parameters of type UniqueConstraintAnnotation
 void JavaUniqueConstraint.initialize(UniqueConstraintAnnotation uniqueConstraintAnnotation)
           
 void JavaUniqueConstraint.update(UniqueConstraintAnnotation uniqueConstraintAnnotation)
          Update the JavaUniqueConstraint context model object to match the UniqueConstraintAnnotation resource model object.
 

Uses of UniqueConstraintAnnotation in org.eclipse.jpt.core.resource.java
 

Subinterfaces of UniqueConstraintAnnotation in org.eclipse.jpt.core.resource.java
 interface NestableUniqueConstraintAnnotation
          Corresponds to the JPA annotation javax.persistence.UniqueConstraint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.core.resource.java that return UniqueConstraintAnnotation
 UniqueConstraintAnnotation BaseTableAnnotation.addUniqueConstraint(int index)
          Corresponds to the 'uniqueConstraints' element of the *Table annotation.
 UniqueConstraintAnnotation TableGeneratorAnnotation.addUniqueConstraint(int index)
          Corresponds to the 'uniqueConstraints' element of the TableGenerator annotation.
 UniqueConstraintAnnotation BaseTableAnnotation.uniqueConstraintAt(int index)
          Corresponds to the 'uniqueConstraints' element of the *Table annotation.
 UniqueConstraintAnnotation TableGeneratorAnnotation.uniqueConstraintAt(int index)
          Corresponds to the 'uniqueConstraints' element of the TableGenerator annotation.
 

Methods in org.eclipse.jpt.core.resource.java that return types with arguments of type UniqueConstraintAnnotation
 java.util.ListIterator<UniqueConstraintAnnotation> BaseTableAnnotation.uniqueConstraints()
          Corresponds to the 'uniqueConstraints' element of the *Table annotation.
 java.util.ListIterator<UniqueConstraintAnnotation> TableGeneratorAnnotation.uniqueConstraints()
          Corresponds to the 'uniqueConstraints' element of the TableGenerator annotation.
 

Methods in org.eclipse.jpt.core.resource.java with parameters of type UniqueConstraintAnnotation
 int BaseTableAnnotation.indexOfUniqueConstraint(UniqueConstraintAnnotation uniqueConstraint)
          Corresponds to the 'uniqueConstraints' element of the *Table annotation.
 int TableGeneratorAnnotation.indexOfUniqueConstraint(UniqueConstraintAnnotation uniqueConstraint)
          Corresponds to the 'uniqueConstraints' element of the TableGenerator annotation.