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
 JavaUniqueConstraint JpaFactory.buildJavaUniqueConstraint(JpaContextNode parent, ReadOnlyUniqueConstraint.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
 

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
 org.eclipse.jpt.common.utility.iterable.ListIterable<UniqueConstraintAnnotation> TableGeneratorAnnotation.getUniqueConstraints()
          Corresponds to the 'uniqueConstraints' element of the TableGenerator annotation.
 org.eclipse.jpt.common.utility.iterable.ListIterable<UniqueConstraintAnnotation> BaseTableAnnotation.getUniqueConstraints()
          Corresponds to the 'uniqueConstraints' element of the *Table annotation.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.