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

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

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

Subinterfaces of OrmSingleRelationshipMapping2_0 in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmManyToOneMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToOneMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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

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