Dali Provisional API
Release 3.2

Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.resource.java.JoinFetchType

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context that return JoinFetchType
static JoinFetchType EclipseLinkJoinFetchType.toJavaResourceModel(EclipseLinkJoinFetchType joinFetchType)
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context with parameters of type JoinFetchType
static EclipseLinkJoinFetchType EclipseLinkJoinFetchType.fromJavaResourceModel(JoinFetchType javaJoinFetchType)
           
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java that return JoinFetchType
static JoinFetchType JoinFetchType.fromJavaAnnotationValue(Object javaAnnotationValue)
           
 JoinFetchType JoinFetchAnnotation.getValue()
          Corresponds to the 'value' element of the JoinFetch annotation.
static JoinFetchType JoinFetchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JoinFetchType[] JoinFetchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java with parameters of type JoinFetchType
 void JoinFetchAnnotation.setValue(JoinFetchType value)
          Corresponds to the 'value' element of the JoinFetch annotation.
static String JoinFetchType.toJavaAnnotationValue(JoinFetchType joinFetchType)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.