Dali Provisional API
Release 3.2

Uses of Class
org.eclipse.jpt.jpa.core.context.FetchType

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 BasicMapping.DEFAULT_FETCH_TYPE
           
static FetchType SingleRelationshipMapping.DEFAULT_FETCH_TYPE
           
static FetchType CollectionMapping.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

Copyright (c) 2012 Oracle. All rights reserved.