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

Packages that use FetchType
org.eclipse.jpt.core.context   
 

Uses of FetchType in org.eclipse.jpt.core.context
 

Fields in org.eclipse.jpt.core.context declared as FetchType
static FetchType BasicMapping.DEFAULT_FETCH_TYPE
           
static FetchType MultiRelationshipMapping.DEFAULT_FETCH_TYPE
           
static FetchType SingleRelationshipMapping.DEFAULT_FETCH_TYPE
           
 

Methods in org.eclipse.jpt.core.context that return FetchType
static FetchType FetchType.fromJavaResourceModel(FetchType javaFetchType)
           
static FetchType FetchType.fromOrmResourceModel(FetchType ormFetchType)
           
 FetchType Fetchable.getDefaultFetch()
           
 FetchType Fetchable.getFetch()
           
 FetchType Fetchable.getSpecifiedFetch()
           
static FetchType FetchType.valueOf(java.lang.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're declared.
 

Methods in org.eclipse.jpt.core.context with parameters of type FetchType
 void Fetchable.setSpecifiedFetch(FetchType newSpecifiedFetch)
           
static FetchType FetchType.toJavaResourceModel(FetchType fetchType)
           
static FetchType FetchType.toOrmResourceModel(FetchType fetchType)