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

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

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

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

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

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

Methods in org.eclipse.jpt.eclipselink.core.resource.java that return JoinFetchType
static JoinFetchType JoinFetchType.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
           
 JoinFetchType EclipseLinkJoinFetchAnnotation.getValue()
          Corresponds to the 'value' element of the JoinFetch annotation.
static JoinFetchType JoinFetchType.valueOf(java.lang.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're declared.
 

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