|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FetchType | |
|---|---|
| org.eclipse.jpt.jpa.core.context | |
| Uses of FetchType in org.eclipse.jpt.jpa.core.context |
|---|
| Fields in org.eclipse.jpt.jpa.core.context declared as FetchType | |
|---|---|
static FetchType |
SingleRelationshipMapping.DEFAULT_FETCH_TYPE
|
static FetchType |
CollectionMapping.DEFAULT_FETCH_TYPE
|
static FetchType |
BasicMapping.DEFAULT_FETCH_TYPE
|
| Methods in org.eclipse.jpt.jpa.core.context that return FetchType | |
|---|---|
static FetchType |
FetchType.fromJavaResourceModel(FetchType javaFetchType)
|
static FetchType |
FetchType.fromOrmResourceModel(org.eclipse.jpt.jpa.core.resource.orm.FetchType ormFetchType)
|
FetchType |
FetchableMapping.getDefaultFetch()
|
FetchType |
FetchableMapping.getFetch()
|
FetchType |
FetchableMapping.getSpecifiedFetch()
|
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.context with parameters of type FetchType | |
|---|---|
void |
FetchableMapping.setSpecifiedFetch(FetchType newSpecifiedFetch)
|
static FetchType |
FetchType.toJavaResourceModel(FetchType fetchType)
|
static org.eclipse.jpt.jpa.core.resource.orm.FetchType |
FetchType.toOrmResourceModel(FetchType fetchType)
|
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||