Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.jpa2.context.SingleRelationshipMapping2_0

Packages that use SingleRelationshipMapping2_0
org.eclipse.jpt.jpa.core.jpa2.context   
org.eclipse.jpt.jpa.core.jpa2.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context   
 

Uses of SingleRelationshipMapping2_0 in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of SingleRelationshipMapping2_0 in org.eclipse.jpt.jpa.core.jpa2.context
 interface ManyToOneMapping2_0
          JPA 2.0 m:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OneToOneMapping2_0
          JPA 2.0 1:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Fields in org.eclipse.jpt.jpa.core.jpa2.context with type parameters of type SingleRelationshipMapping2_0
static org.eclipse.jpt.common.utility.transformer.Transformer<SingleRelationshipMapping2_0,DerivedIdentity2_0> SingleRelationshipMapping2_0.DERIVED_IDENTITY_TRANSFORMER
           
static org.eclipse.jpt.common.utility.predicate.Predicate<SingleRelationshipMapping2_0> SingleRelationshipMapping2_0.TYPE_MAPPING_USES_ID_DERIVED_IDENTITY_STRATEGY
           
static org.eclipse.jpt.common.utility.predicate.Predicate<SingleRelationshipMapping2_0> SingleRelationshipMapping2_0.TYPE_MAPPING_USES_MAPS_ID_DERIVED_IDENTITY_STRATEGY
           
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context that return SingleRelationshipMapping2_0
 SingleRelationshipMapping2_0 DerivedIdentity2_0.getMapping()
          Return the associated single relationship mapping.
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context with parameters of type SingleRelationshipMapping2_0
 boolean SingleRelationshipMapping2_0.TypeMappingUsesIdDerivedIdentityStrategy.evaluate(SingleRelationshipMapping2_0 mapping)
           
 boolean SingleRelationshipMapping2_0.TypeMappingUsesMapsIdDerivedIdentityStrategy.evaluate(SingleRelationshipMapping2_0 mapping)
           
 DerivedIdentity2_0 SingleRelationshipMapping2_0.DerivedIdentityTransformer.transform(SingleRelationshipMapping2_0 mapping)
           
 

Uses of SingleRelationshipMapping2_0 in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of SingleRelationshipMapping2_0 in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaSingleRelationshipMapping2_0
          JPA 2.0 Java single (m:1, 1:1) mapping 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 SingleRelationshipMapping2_0 in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of SingleRelationshipMapping2_0 in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmSingleRelationshipMapping2_0
          JPA 2.0 orm.xml single (1:1, m:1) mapping.
 

Uses of SingleRelationshipMapping2_0 in org.eclipse.jpt.jpa.eclipselink.core.context
 

Subinterfaces of SingleRelationshipMapping2_0 in org.eclipse.jpt.jpa.eclipselink.core.context
 interface EclipseLinkManyToOneMapping2_0
          EclipseLink m:1 mapping 2.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 EclipseLinkOneToOneMapping2_0
          EclipseLink 1:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.