Uses of Interface
org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation

Packages that use RelationshipMappingAnnotation
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.jpa2.resource.java   
org.eclipse.jpt.core.resource.java   
 

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

Methods in org.eclipse.jpt.core.context.java that return RelationshipMappingAnnotation
 RelationshipMappingAnnotation JavaRelationshipMapping.getMappingAnnotation()
           
 

Uses of RelationshipMappingAnnotation in org.eclipse.jpt.core.jpa2.resource.java
 

Subinterfaces of RelationshipMappingAnnotation in org.eclipse.jpt.core.jpa2.resource.java
 interface ManyToMany2_0Annotation
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ManyToOne2_0Annotation
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OneToMany2_0Annotation
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OneToOne2_0Annotation
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface RelationshipMapping2_0Annotation
          Common protocol among 2.0 javax.persistence.ManyToOne javax.persistence.ManyToMany javax.persistence.OneToMany javax.persistence.OneToOne 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 RelationshipMappingAnnotation in org.eclipse.jpt.core.resource.java
 

Subinterfaces of RelationshipMappingAnnotation in org.eclipse.jpt.core.resource.java
 interface ManyToManyAnnotation
          Corresponds to the JPA annotation javax.persistence.ManyToMany Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ManyToOneAnnotation
          Corresponds to the JPA annotation javax.persistence.ManyToOne Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OneToManyAnnotation
          Corresponds to the JPA annotation javax.persistence.OneToMany Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OneToOneAnnotation
          Corresponds to the JPA annotation javax.persistence.OneToOne Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OwnableRelationshipMappingAnnotation
          Represents a relationship mapping annotation that may have the 'mappedBy' element: javax.persistence.ManyToMany javax.persistence.OneToMany javax.persistence.OneToOne Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.