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

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

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

Methods in org.eclipse.jpt.jpa.core.context.java that return SingleRelationshipMappingAnnotation
 SingleRelationshipMappingAnnotation JavaSingleRelationshipMapping.getMappingAnnotation()
           
 

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

Subinterfaces of SingleRelationshipMappingAnnotation in org.eclipse.jpt.jpa.core.jpa2.resource.java
 interface ManyToOne2_0Annotation
          Corresponds to the JPA 2.0 annotation javax.persistence.ManyToOne
 interface OneToOne2_0Annotation
          Corresponds to the JPA 2.0 annotation javax.persistence.OneToOne
 

Uses of SingleRelationshipMappingAnnotation in org.eclipse.jpt.jpa.core.resource.java
 

Subinterfaces of SingleRelationshipMappingAnnotation in org.eclipse.jpt.jpa.core.resource.java
 interface ManyToOneAnnotation
          Corresponds to the JPA annotation javax.persistence.ManyToOne
 interface OneToOneAnnotation
          Corresponds to the JPA annotation javax.persistence.OneToOne