Dali Provisional API
Release 3.2

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

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

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

Methods in org.eclipse.jpt.jpa.core with parameters of type CompleteJoinColumnAnnotation
 JavaJoinColumn JpaFactory.buildJavaJoinColumn(JpaContextNode parent, ReadOnlyJoinColumn.Owner owner, CompleteJoinColumnAnnotation joinColumnAnnotation)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return CompleteJoinColumnAnnotation
 CompleteJoinColumnAnnotation JavaJoinColumn.getColumnAnnotation()
           
 

Uses of CompleteJoinColumnAnnotation in org.eclipse.jpt.jpa.core.jpa2.resource.java
 

Subinterfaces of CompleteJoinColumnAnnotation in org.eclipse.jpt.jpa.core.jpa2.resource.java
 interface MapKeyJoinColumn2_0Annotation
          Corresponds to the JPA annotation javax.persistence.MapKeyJoinColumn 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 CompleteJoinColumnAnnotation in org.eclipse.jpt.jpa.core.resource.java
 

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.