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

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

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

Subinterfaces of JavaNamedColumn.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.
static interface JavaBaseColumn.Owner
          interface allowing columns to be used in multiple places (e.g.
static interface JavaBaseJoinColumn.Owner
          interface allowing join columns to be used in multiple places (e.g.
 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.
static interface JavaDiscriminatorColumn.Owner
          interface allowing columns to be used in multiple places
 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 JavaNamedColumn.Owner in org.eclipse.jpt.core.jpa2
 

Methods in org.eclipse.jpt.core.jpa2 with parameters of type JavaNamedColumn.Owner
 JavaOrderColumn2_0 JpaFactory2_0.buildJavaOrderColumn(JavaOrderable2_0 parent, JavaNamedColumn.Owner owner)