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

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

Uses of UniqueConstraintAnnotation in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core with parameters of type UniqueConstraintAnnotation
 JavaUniqueConstraint JpaFactory.buildJavaUniqueConstraint(JavaJpaContextNode parent, UniqueConstraint.Owner owner, UniqueConstraintAnnotation constraintAnnotation)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return UniqueConstraintAnnotation
 UniqueConstraintAnnotation JavaUniqueConstraint.getUniqueConstraintAnnotation()
           
 

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

Subinterfaces of UniqueConstraintAnnotation in org.eclipse.jpt.jpa.core.resource.java
 interface NestableUniqueConstraintAnnotation
          Corresponds to the JPA annotation javax.persistence.UniqueConstraint
 

Methods in org.eclipse.jpt.jpa.core.resource.java that return UniqueConstraintAnnotation
 UniqueConstraintAnnotation TableGeneratorAnnotation.addUniqueConstraint(int index)
          Corresponds to the 'uniqueConstraints' element of the TableGenerator annotation.
 UniqueConstraintAnnotation BaseTableAnnotation.addUniqueConstraint(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.
 UniqueConstraintAnnotation BaseTableAnnotation.uniqueConstraintAt(int index)
          Corresponds to the 'uniqueConstraints' element of the *Table annotation.
 

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

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