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

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

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

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

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

Subinterfaces of RelationshipMappingAnnotation in org.eclipse.jpt.jpa.core.jpa2.resource.java
 interface ManyToMany2_0Annotation
          Corresponds to the JPA 2.0 annotation javax.persistence.ManyToMany
 interface ManyToOne2_0Annotation
          Corresponds to the JPA 2.0 annotation javax.persistence.ManyToOne
 interface OneToMany2_0Annotation
          Corresponds to the JPA 2.0 annotation javax.persistence.OneToMany
 interface OneToOne2_0Annotation
          Corresponds to the JPA 2.0 annotation javax.persistence.OneToOne
 interface RelationshipMapping2_0Annotation
          Common protocol among the following JPA 2.0 relationship mappings: 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.jpa.core.resource.java
 

Subinterfaces of RelationshipMappingAnnotation in org.eclipse.jpt.jpa.core.resource.java
 interface ManyToManyAnnotation
          Corresponds to the JPA annotation javax.persistence.ManyToMany
 interface ManyToOneAnnotation
          Corresponds to the JPA annotation javax.persistence.ManyToOne
 interface OneToManyAnnotation
          Corresponds to the JPA annotation javax.persistence.OneToMany
 interface OneToOneAnnotation
          Corresponds to the JPA annotation javax.persistence.OneToOne
 interface OwnableRelationshipMappingAnnotation
          Represents a relationship mapping annotation that may have the mappedBy element: javax.persistence.ManyToMany javax.persistence.OneToMany javax.persistence.OneToOne
 interface SingleRelationshipMappingAnnotation
          Common protocol among the following relationship mappings: javax.persistence.ManyToOne 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.