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

Packages that use JavaColumn.Owner
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.java   
 

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

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

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

Subinterfaces of JavaColumn.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.
 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.
 

Methods in org.eclipse.jpt.core.context.java that return JavaColumn.Owner
 JavaColumn.Owner JavaColumn.getOwner()