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

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

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

Methods in org.eclipse.jpt.jpa.core.context.java that return OwnableRelationshipMappingAnnotation
 OwnableRelationshipMappingAnnotation JavaMappedByRelationship.getMappingAnnotation()
           
 OwnableRelationshipMappingAnnotation JavaMappedByRelationship.getMappingAnnotationForUpdate()
           
 

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

Subinterfaces of OwnableRelationshipMappingAnnotation in org.eclipse.jpt.jpa.core.jpa2.resource.java
 interface ManyToMany2_0Annotation
          Corresponds to the JPA 2.0 annotation javax.persistence.ManyToMany
 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
 

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

Subinterfaces of OwnableRelationshipMappingAnnotation in org.eclipse.jpt.jpa.core.resource.java
 interface ManyToManyAnnotation
          Corresponds to the JPA annotation javax.persistence.ManyToMany
 interface OneToManyAnnotation
          Corresponds to the JPA annotation javax.persistence.OneToMany
 interface OneToOneAnnotation
          Corresponds to the JPA annotation javax.persistence.OneToOne