Uses of Interface
org.eclipse.jpt.core.context.OneToOneRelationshipReference

Packages that use OneToOneRelationshipReference
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.jpa2.context   
org.eclipse.jpt.core.jpa2.context.java   
org.eclipse.jpt.core.jpa2.context.orm   
 

Uses of OneToOneRelationshipReference in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context that return OneToOneRelationshipReference
 OneToOneRelationshipReference OneToOneMapping.getRelationshipReference()
          covariant override
 

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

Subinterfaces of OneToOneRelationshipReference in org.eclipse.jpt.core.context.java
 interface JavaOneToOneRelationshipReference
          Represents the RelationshipReference of a JavaOneToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of OneToOneRelationshipReference in org.eclipse.jpt.core.context.orm
 

Subinterfaces of OneToOneRelationshipReference in org.eclipse.jpt.core.context.orm
 interface OrmOneToOneRelationshipReference
          Represents the RelationshipReference of an OrmOneToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of OneToOneRelationshipReference in org.eclipse.jpt.core.jpa2.context
 

Subinterfaces of OneToOneRelationshipReference in org.eclipse.jpt.core.jpa2.context
 interface OneToOneRelationshipReference2_0
          Represents the RelationshipReference of a 2.0 OneToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of OneToOneRelationshipReference in org.eclipse.jpt.core.jpa2.context.java
 

Subinterfaces of OneToOneRelationshipReference in org.eclipse.jpt.core.jpa2.context.java
 interface JavaOneToOneRelationshipReference2_0
          Represents the RelationshipReference of a JavaOneToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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

Subinterfaces of OneToOneRelationshipReference in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmOneToOneRelationshipReference2_0
          Represents the RelationshipReference of a JavaOneToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.