|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinFetchType | |
|---|---|
| org.eclipse.jpt.eclipselink.core.context | |
| Uses of JoinFetchType in org.eclipse.jpt.eclipselink.core.context |
|---|
| Fields in org.eclipse.jpt.eclipselink.core.context declared as JoinFetchType | |
|---|---|
static JoinFetchType |
JoinFetch.DEFAULT_VALUE
|
| Methods in org.eclipse.jpt.eclipselink.core.context that return JoinFetchType | |
|---|---|
static JoinFetchType |
JoinFetchType.fromJavaResourceModel(JoinFetchType javaJoinFetchType)
|
static JoinFetchType |
JoinFetchType.fromOrmResourceModel(XmlJoinFetchType ormJoinFetchType)
|
JoinFetchType |
JoinFetch.getValue()
|
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.context with parameters of type JoinFetchType | |
|---|---|
void |
JoinFetch.setValue(JoinFetchType newJoinFetchValue)
|
static JoinFetchType |
JoinFetchType.toJavaResourceModel(JoinFetchType joinFetchType)
|
static XmlJoinFetchType |
JoinFetchType.toOrmResourceModel(JoinFetchType fetchType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||