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

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

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

Methods in org.eclipse.jpt.core.context.java that return OwnableRelationshipMappingAnnotation
 OwnableRelationshipMappingAnnotation JavaOwnableRelationshipReference.getMappingAnnotation()
           
 

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

Subinterfaces of OwnableRelationshipMappingAnnotation 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 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.