Uses of Interface
org.eclipse.jpt.jpa.core.context.MappedByRelationshipStrategy

Packages that use MappedByRelationshipStrategy
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
 

Uses of MappedByRelationshipStrategy in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return MappedByRelationshipStrategy
 MappedByRelationshipStrategy MappedByRelationship.getMappedByStrategy()
          Return the (never null) strategy used to configure the relationship's "mapped by" strategy.
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type MappedByRelationshipStrategy
 void MappedByRelationshipStrategy.initializeFrom(MappedByRelationshipStrategy oldStrategy)
           
 

Uses of MappedByRelationshipStrategy in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of MappedByRelationshipStrategy in org.eclipse.jpt.jpa.core.context.java
 interface JavaMappedByRelationshipStrategy
          Java "mapped by" relationship strategy
 

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

Subinterfaces of MappedByRelationshipStrategy in org.eclipse.jpt.jpa.core.context.orm
 interface OrmMappedByRelationshipStrategy
          orm.xml "mapped by" relationship strategy