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>
AssociationOverrideContainer.associationOverrides()
          Return a list iterator of the association overrides whether specified or default.
<T extends AssociationOverride>
java.util.ListIterator<T>
AssociationOverrideContainer.specifiedAssociationOverrides()
          Return a list iterator of the specified association overrides.
<T extends AssociationOverride>
java.util.ListIterator<T>
AssociationOverrideContainer.virtualAssociationOverrides()
          Return the number of default association overrides.
 

Methods in org.eclipse.jpt.core.context that return AssociationOverride
 AssociationOverride AssociationOverrideRelationshipReference.getAssociationOverride()
           
 AssociationOverride AssociationOverrideContainer.getAssociationOverrideNamed(java.lang.String name)
          Return the association override, whether specified or default, with the given name.
 AssociationOverride AssociationOverride.setVirtual(boolean virtual)
           
 

Methods in org.eclipse.jpt.core.context with parameters of type AssociationOverride
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverride.Owner.buildColumnUnresolvedReferencedColumnNameMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for the join column referenced column name not resolving to the table.
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverrideContainer.Owner.buildColumnUnresolvedReferencedColumnNameMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for the join column's referenced column name not resolving on the table either specified or default.
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverride.Owner.buildUnspecifiedNameMultipleJoinColumnsMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for multiple join columns and the name is unspecified on the given join column.
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverrideContainer.Owner.buildUnspecifiedNameMultipleJoinColumnsMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for multiple join columns and the name is unspecified on the given join column.
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverride.Owner.buildUnspecifiedReferencedColumnNameMultipleJoinColumnsMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for multiple join columns and the referenced column name is unspecified on the given join column.
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverrideContainer.Owner.buildUnspecifiedReferencedColumnNameMultipleJoinColumnsMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for multiple join columns and the referenced column name is unspecified on the given join column.
 void AssociationOverride.initializeFrom(AssociationOverride oldAssociationOverride)
           
 

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.