Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmReadOnlyRelationship

Packages that use OrmReadOnlyRelationship
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.orm   
 

Uses of OrmReadOnlyRelationship in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of OrmReadOnlyRelationship in org.eclipse.jpt.jpa.core.context.orm
 interface OrmJoinColumnRelationship
          orm.xml join column relationship (1:1, 1:m, m:1, and association override)
 interface OrmJoinTableRelationship
          orm.xml join table relationship (1:1, 1:m, m:1, m:m)
 interface OrmManyToManyRelationship
          orm.xml m:m relationship
 interface OrmManyToOneRelationship
          orm.xml m:1 relationship
 interface OrmMappedByRelationship
          orm.xml "mapped by" relationship (1:1, 1:m, m:m)
 interface OrmMappingJoinColumnRelationship
          orm.xml mapping join column relationship (1:1, 1:m, m:1)
 interface OrmMappingJoinTableRelationship
          orm.xml mapping join table relationship (1:1, 1:m, m:1, m:m)
 interface OrmMappingRelationship
          orm.xml mapping relationship (1:1, 1:m, m:1, m:m)
 interface OrmOneToManyRelationship
          orm.xml 1:m relationship reference
 interface OrmOneToOneRelationship
          orm.xml 1:1 relationship
 interface OrmOverrideRelationship
          orm.xml association override relationship
 interface OrmPrimaryKeyJoinColumnRelationship
          orm.xml primary key join column relationship (1:1)
 interface OrmRelationship
          orm.xml relationship (join column, join table, mapped by, primary key join column, mapping)
 interface OrmVirtualJoinColumnRelationship
          orm.xml virtual join column relationship
 interface OrmVirtualJoinTableRelationship
          orm.xml virtual join table relationship
 interface OrmVirtualOverrideRelationship
          orm.xml virtual association override relationship
 interface OrmVirtualRelationship
          orm.xml virtual relationship
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmReadOnlyRelationship
 OrmReadOnlyRelationship OrmReadOnlyRelationshipStrategy.getRelationship()
           
 

Uses of OrmReadOnlyRelationship in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of OrmReadOnlyRelationship in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmManyToOneRelationship2_0
          JPA 2.0 orm.xml m:1 relationship
 interface OrmOneToManyRelationship2_0
          JPA 2.0 orm.xml 1:m relationship
 interface OrmOneToOneRelationship2_0
          JPA 2.0 orm.xml 1:1 relationship
 interface OrmOverrideRelationship2_0
          JPA 2.0 orm.xml association override relationship
 interface OrmVirtualOverrideRelationship2_0
          JPA 2.0 orm.xml virtual association override relationship
 

Uses of OrmReadOnlyRelationship in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of OrmReadOnlyRelationship in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkOrmOneToManyRelationship
          EclipseLink orm.xml 1:m relationship
 

Uses of OrmReadOnlyRelationship in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.orm
 

Subinterfaces of OrmReadOnlyRelationship in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.orm
 interface EclipseLinkOrmOneToManyRelationship2_0
          EclipseLink 2.0 orm.xml 1:m relationship