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 ElementCollection2_0Annotation.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 ElementCollection2_0Annotation.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 RelationshipMappingAnnotation.getFetch()
          Corresponds to the 'fetch' element of the relationship mapping annotations.
 FetchType BasicAnnotation.getFetch()
          Corresponds to the 'fetch' element of the Basic annotation.
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 RelationshipMappingAnnotation.setFetch(FetchType fetch)
          Corresponds to the 'fetch' element of the relationship annotations.
 void BasicAnnotation.setFetch(FetchType fetch)
          Corresponds to the 'fetch' element of the Basic annotation.
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 EclipseLinkTransformationAnnotation.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 EclipseLinkTransformationAnnotation.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.