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

Packages that use OwnableRelationshipReference
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.eclipselink.core.context   
 

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

Subinterfaces of OwnableRelationshipReference in org.eclipse.jpt.core.context
 interface ManyToManyRelationshipReference
          Represents the RelationshipReference of a ManyToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OneToManyRelationshipReference
          Represents the RelationshipReference of a OneToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OneToOneRelationshipReference
          Represents the RelationshipReference of a OneToOneMapping 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 OwnableRelationshipReference in org.eclipse.jpt.core.context.java
 

Subinterfaces of OwnableRelationshipReference in org.eclipse.jpt.core.context.java
 interface JavaManyToManyRelationshipReference
          Represents the RelationshipReference of a JavaManyToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaOneToManyRelationshipReference
          Represents the RelationshipReference of a JavaOneToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaOneToOneRelationshipReference
          Represents the RelationshipReference of a JavaOneToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaOwnableRelationshipReference
          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 OwnableRelationshipReference in org.eclipse.jpt.core.context.orm
 

Subinterfaces of OwnableRelationshipReference in org.eclipse.jpt.core.context.orm
 interface OrmManyToManyRelationshipReference
          Represents the RelationshipReference of an OrmManyToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToManyRelationshipReference
          Represents the RelationshipReference of an OrmOneToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToOneRelationshipReference
          Represents the RelationshipReference of an OrmOneToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOwnableRelationshipReference
           
 

Uses of OwnableRelationshipReference in org.eclipse.jpt.eclipselink.core.context
 

Subinterfaces of OwnableRelationshipReference in org.eclipse.jpt.eclipselink.core.context
 interface EclipseLinkOneToManyRelationshipReference
          Represents the RelationshipReference of an EclipseLinkOneToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.