Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dali-dev] 301437 - provisional API changes

While fixing bug  301437 I have made the following provisional API changes:

org.eclipse.jpt.core.context.JoinColumn
   - renamed getTargetEntity() to getRelationshipTarget()

org.eclipse.jpt.core.context.JoinColumnJoiningStrategy
  - renamed getTypeMapping() to getRelationshipSource()
  - added getRelationshipTarget() : TypeMapping
  - added isTargetForeignKeyRelationship() : boolean

org.eclipse.jpt.core.context.RelationshipReference
 - added isTargetForeignKeyRelationship() : boolean

org.eclipse.jpt.core.jpa2.context.CollectionMapping2_0
  - added covariant override getOrderable() : Orderable2_0

org.eclipse.jpt.core.context.java.JavaAssociationOverride
  -  added covariant override getOwner() : JavaAssociationOverride.Owner

Please provide any feedback or concerns here or on the bug.  The bug will be PMC reviewed and released next week.

Thanks,
Karen

Back to the top