Uses of Interface
org.eclipse.jpt.core.context.AssociationOverride

Packages that use AssociationOverride
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
 

Uses of AssociationOverride in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context with type parameters of type AssociationOverride
<T extends AssociationOverride>
java.util.ListIterator<T>
Entity.associationOverrides()
          Return a list iterator of the association overrides whether specified or default.
<T extends AssociationOverride>
java.util.ListIterator<T>
Entity.specifiedAssociationOverrides()
          Return a list iterator of the specified association overrides.
<T extends AssociationOverride>
java.util.ListIterator<T>
Entity.virtualAssociationOverrides()
          Return the number of default association overrides.
 

Methods in org.eclipse.jpt.core.context that return AssociationOverride
 AssociationOverride AssociationOverride.setVirtual(boolean virtual)
           
 

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

Subinterfaces of AssociationOverride in org.eclipse.jpt.core.context.java
 interface JavaAssociationOverride
          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 AssociationOverride in org.eclipse.jpt.core.context.orm
 

Subinterfaces of AssociationOverride in org.eclipse.jpt.core.context.orm
 interface OrmAssociationOverride
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.