Uses of Interface
org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmSingleRelationshipMapping2_0

Packages that use OrmSingleRelationshipMapping2_0
org.eclipse.jpt.jpa.core.jpa2.context.orm   
 

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

Subinterfaces of OrmSingleRelationshipMapping2_0 in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmManyToOneMapping2_0
          JPA 2.0 orm.xml m:1 mapping.
 interface OrmOneToOneMapping2_0
          JPA 2.0 orm.xml 1:1 mapping.
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context.orm that return OrmSingleRelationshipMapping2_0
 OrmSingleRelationshipMapping2_0 OrmDerivedIdentity2_0.getMapping()
           
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context.orm with parameters of type OrmSingleRelationshipMapping2_0
 OrmDerivedIdentity2_0 OrmXml2_0ContextNodeFactory.buildOrmDerivedIdentity(OrmSingleRelationshipMapping2_0 parent)