Uses of Interface
org.eclipse.jpt.core.context.java.JavaAssociationOverride

Packages that use JavaAssociationOverride
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.java   
 

Uses of JavaAssociationOverride in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JavaAssociationOverride
 JavaAssociationOverride JpaFactory.buildJavaAssociationOverride(JavaJpaContextNode parent, AssociationOverride.Owner owner)
           
 

Uses of JavaAssociationOverride in org.eclipse.jpt.core.context.java
 

Methods in org.eclipse.jpt.core.context.java that return types with arguments of type JavaAssociationOverride
 java.util.ListIterator<JavaAssociationOverride> JavaEntity.associationOverrides()
           
 java.util.ListIterator<JavaAssociationOverride> JavaEntity.specifiedAssociationOverrides()
           
 java.util.ListIterator<JavaAssociationOverride> JavaEntity.virtualAssociationOverrides()