Dali Provisional API
Release 3.2

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
 JavaSpecifiedUniqueConstraint JpaFactory.buildJavaUniqueConstraint(SpecifiedUniqueConstraint.Parent parent, 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 JavaSpecifiedUniqueConstraint.getUniqueConstraintAnnotation()
           
 

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

Methods in org.eclipse.jpt.jpa.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.jpa.core.resource.java that return types with arguments of type UniqueConstraintAnnotation
 org.eclipse.jpt.common.utility.iterable.ListIterable<UniqueConstraintAnnotation> BaseTableAnnotation.getUniqueConstraints()
          Corresponds to the 'uniqueConstraints' element of the *Table annotation.
 org.eclipse.jpt.common.utility.iterable.ListIterable<UniqueConstraintAnnotation> TableGeneratorAnnotation.getUniqueConstraints()
          Corresponds to the 'uniqueConstraints' element of the TableGenerator annotation.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.