Uses of Class
org.eclipse.jpt.jpa.core.resource.orm.FetchType

Packages that use FetchType
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.resource.orm   
org.eclipse.jpt.jpa.core.resource.orm.v2_0   
 

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

Methods in org.eclipse.jpt.jpa.core.context that return FetchType
 FetchType FetchType.getOrmFetchType()
           
static FetchType FetchType.toOrmResourceModel(FetchType fetchType)
           
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type FetchType
static FetchType FetchType.fromOrmResourceModel(FetchType ormFetchType)
           
 

Uses of FetchType in org.eclipse.jpt.jpa.core.resource.orm
 

Fields in org.eclipse.jpt.jpa.core.resource.orm with type parameters of type FetchType
static java.util.List<FetchType> FetchType.VALUES
          A public read-only list of all the 'Fetch Type' enumerators.
 

Methods in org.eclipse.jpt.jpa.core.resource.orm that return FetchType
 FetchType OrmFactory.createFetchTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static FetchType FetchType.get(int value)
          Returns the 'Fetch Type' literal with the specified integer value.
static FetchType FetchType.get(java.lang.String literal)
          Returns the 'Fetch Type' literal with the specified literal value.
static FetchType FetchType.getByName(java.lang.String name)
          Returns the 'Fetch Type' literal with the specified name.
 FetchType XmlElementCollection.getFetch()
          Returns the value of the 'Fetch' attribute.
 FetchType XmlBasic.getFetch()
          Returns the value of the 'Fetch' attribute.
 FetchType AbstractXmlRelationshipMapping.getFetch()
          Returns the value of the 'Fetch' attribute.
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 are declared.
 

Methods in org.eclipse.jpt.jpa.core.resource.orm with parameters of type FetchType
 void XmlElementCollection.setFetch(FetchType newFetch)
          Sets the value of the 'Fetch' attribute.
 void XmlBasic.setFetch(FetchType newFetch)
          Sets the value of the 'Fetch' attribute.
 void AbstractXmlRelationshipMapping.setFetch(FetchType newFetch)
          Sets the value of the 'Fetch' attribute.
 

Uses of FetchType in org.eclipse.jpt.jpa.core.resource.orm.v2_0
 

Methods in org.eclipse.jpt.jpa.core.resource.orm.v2_0 that return FetchType
 FetchType XmlElementCollection_2_0.getFetch()
          Returns the value of the 'Fetch' attribute.
 

Methods in org.eclipse.jpt.jpa.core.resource.orm.v2_0 with parameters of type FetchType
 void XmlElementCollection_2_0.setFetch(FetchType value)
          Sets the value of the 'Fetch' attribute.