Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlJoinFetchType

Packages that use XmlJoinFetchType
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
 

Uses of XmlJoinFetchType in org.eclipse.jpt.jpa.eclipselink.core.context
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context that return XmlJoinFetchType
static XmlJoinFetchType EclipseLinkJoinFetchType.toOrmResourceModel(EclipseLinkJoinFetchType fetchType)
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context with parameters of type XmlJoinFetchType
static EclipseLinkJoinFetchType EclipseLinkJoinFetchType.fromOrmResourceModel(XmlJoinFetchType ormJoinFetchType)
           
 

Uses of XmlJoinFetchType in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return XmlJoinFetchType
 XmlJoinFetchType EclipseLinkOrmFactory.createXmlJoinFetchTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static XmlJoinFetchType XmlJoinFetchType.get(int value)
          Returns the 'Xml Join Fetch Type' literal with the specified integer value.
static XmlJoinFetchType XmlJoinFetchType.get(java.lang.String literal)
          Returns the 'Xml Join Fetch Type' literal with the specified literal value.
static XmlJoinFetchType XmlJoinFetchType.getByName(java.lang.String name)
          Returns the 'Xml Join Fetch Type' literal with the specified name.
 XmlJoinFetchType XmlOneToOne.getJoinFetch()
          Returns the value of the 'Join Fetch' attribute.
 XmlJoinFetchType XmlOneToMany.getJoinFetch()
          Returns the value of the 'Join Fetch' attribute.
 XmlJoinFetchType XmlManyToOne.getJoinFetch()
          Returns the value of the 'Join Fetch' attribute.
 XmlJoinFetchType XmlManyToMany.getJoinFetch()
          Returns the value of the 'Join Fetch' attribute.
 XmlJoinFetchType XmlJoinFetch.getJoinFetch()
          Returns the value of the 'Join Fetch' attribute.
 XmlJoinFetchType XmlElementCollection.getJoinFetch()
          Returns the value of the 'Join Fetch' attribute.
static XmlJoinFetchType XmlJoinFetchType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XmlJoinFetchType[] XmlJoinFetchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type XmlJoinFetchType
 void XmlOneToOne.setJoinFetch(XmlJoinFetchType newJoinFetch)
          Sets the value of the 'Join Fetch' attribute.
 void XmlOneToMany.setJoinFetch(XmlJoinFetchType newJoinFetch)
          Sets the value of the 'Join Fetch' attribute.
 void XmlManyToOne.setJoinFetch(XmlJoinFetchType newJoinFetch)
          Sets the value of the 'Join Fetch' attribute.
 void XmlManyToMany.setJoinFetch(XmlJoinFetchType newJoinFetch)
          Sets the value of the 'Join Fetch' attribute.
 void XmlJoinFetch.setJoinFetch(XmlJoinFetchType value)
          Sets the value of the 'Join Fetch' attribute.
 void XmlElementCollection.setJoinFetch(XmlJoinFetchType newJoinFetch)
          Sets the value of the 'Join Fetch' attribute.