Uses of Interface
org.eclipse.jpt.core.context.java.JavaBaseColumn.Owner

Packages that use JavaBaseColumn.Owner
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.jpa2   
 

Uses of JavaBaseColumn.Owner in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type JavaBaseColumn.Owner
 JavaColumn JpaFactory.buildJavaColumn(JavaJpaContextNode parent, JavaBaseColumn.Owner owner)
           
 

Uses of JavaBaseColumn.Owner in org.eclipse.jpt.core.context.java
 

Subinterfaces of JavaBaseColumn.Owner in org.eclipse.jpt.core.context.java
 interface JavaAttributeOverride
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaBasicMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaColumnMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaIdMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
static interface JavaJoinColumn.Owner
           
 interface JavaVersionMapping
          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 JavaBaseColumn.Owner in org.eclipse.jpt.core.jpa2
 

Methods in org.eclipse.jpt.core.jpa2 with parameters of type JavaBaseColumn.Owner
 JavaColumn JpaFactory2_0.buildJavaMapKeyColumn(JavaJpaContextNode parent, JavaBaseColumn.Owner owner)