Dali Provisional API
Release 3.2

Uses of Class
org.eclipse.jpt.jpa.core.resource.java.FetchType

Packages that use FetchType
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.jpa2.resource.java   
org.eclipse.jpt.jpa.core.resource.java   
org.eclipse.jpt.jpa.eclipselink.core.resource.java   
 

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

Methods in org.eclipse.jpt.jpa.core.context that return FetchType
 FetchType FetchType.getJavaFetchType()
           
static FetchType FetchType.toJavaResourceModel(FetchType fetchType)
           
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type FetchType
static FetchType FetchType.fromJavaResourceModel(FetchType javaFetchType)
           
 

Uses of FetchType in org.eclipse.jpt.jpa.core.jpa2.resource.java
 

Methods in org.eclipse.jpt.jpa.core.jpa2.resource.java that return FetchType
 FetchType ElementCollectionAnnotation2_0.getFetch()
          Corresponds to the 'fetch' element of the element collection annotation.
 

Methods in org.eclipse.jpt.jpa.core.jpa2.resource.java with parameters of type FetchType
 void ElementCollectionAnnotation2_0.setFetch(FetchType fetch)
          Corresponds to the 'fetch' element of the element collection annotation.
 

Uses of FetchType in org.eclipse.jpt.jpa.core.resource.java
 

Methods in org.eclipse.jpt.jpa.core.resource.java that return FetchType
static FetchType FetchType.fromJavaAnnotationValue(Object javaAnnotationValue)
           
 FetchType BasicAnnotation.getFetch()
          Corresponds to the 'fetch' element of the Basic annotation.
 FetchType RelationshipMappingAnnotation.getFetch()
          Corresponds to the 'fetch' element of the relationship mapping annotations.
static FetchType FetchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FetchType[] FetchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jpt.jpa.core.resource.java with parameters of type FetchType
 void BasicAnnotation.setFetch(FetchType fetch)
          Corresponds to the 'fetch' element of the Basic annotation.
 void RelationshipMappingAnnotation.setFetch(FetchType fetch)
          Corresponds to the 'fetch' element of the relationship annotations.
static String FetchType.toJavaAnnotationValue(FetchType fetchType)
           
 

Uses of FetchType in org.eclipse.jpt.jpa.eclipselink.core.resource.java
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java that return FetchType
 FetchType TransformationAnnotation.getFetch()
          Corresponds to the 'fetch' element of the Transformation annotation.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java with parameters of type FetchType
 void TransformationAnnotation.setFetch(FetchType fetch)
          Corresponds to the 'fetch' element of the Transformation annotation.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.