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

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

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

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

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

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

Fields in org.eclipse.jpt.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.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 XmlBasic.getFetch()
          Returns the value of the 'Fetch' attribute.
 FetchType XmlBasicImpl.getFetch()
          Returns the value of the 'Fetch' attribute.
 FetchType XmlManyToManyImpl.getFetch()
          Returns the value of the 'Fetch' attribute.
 FetchType XmlManyToOneImpl.getFetch()
          Returns the value of the 'Fetch' attribute.
 FetchType XmlOneToManyImpl.getFetch()
          Returns the value of the 'Fetch' attribute.
 FetchType XmlOneToOneImpl.getFetch()
          Returns the value of the 'Fetch' attribute.
 FetchType XmlRelationshipMapping.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're declared.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type FetchType
 void XmlBasic.setFetch(FetchType value)
          Sets the value of the 'Fetch' attribute.
 void XmlBasicImpl.setFetch(FetchType newFetch)
          Sets the value of the 'Fetch' attribute.
 void XmlManyToManyImpl.setFetch(FetchType newFetch)
          Sets the value of the 'Fetch' attribute.
 void XmlManyToOneImpl.setFetch(FetchType newFetch)
          Sets the value of the 'Fetch' attribute.
 void XmlOneToManyImpl.setFetch(FetchType newFetch)
          Sets the value of the 'Fetch' attribute.
 void XmlOneToOneImpl.setFetch(FetchType newFetch)
          Sets the value of the 'Fetch' attribute.
 void XmlRelationshipMapping.setFetch(FetchType value)
          Sets the value of the 'Fetch' attribute.