|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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 are declared. |
| Methods in org.eclipse.jpt.jpa.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||