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

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

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

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

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

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

Fields in org.eclipse.jpt.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.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 XmlJoinFetch.getJoinFetch()
          Returns the value of the 'Join Fetch' attribute.
 XmlJoinFetchType XmlManyToManyImpl.getJoinFetch()
          Returns the value of the 'Join Fetch' attribute.
 XmlJoinFetchType XmlManyToOneImpl.getJoinFetch()
          Returns the value of the 'Join Fetch' attribute.
 XmlJoinFetchType XmlOneToManyImpl.getJoinFetch()
          Returns the value of the 'Join Fetch' attribute.
 XmlJoinFetchType XmlOneToOneImpl.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're declared.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm with parameters of type XmlJoinFetchType
 void XmlJoinFetch.setJoinFetch(XmlJoinFetchType value)
          Sets the value of the 'Join Fetch' attribute.
 void XmlManyToManyImpl.setJoinFetch(XmlJoinFetchType newJoinFetch)
          Sets the value of the 'Join Fetch' attribute.
 void XmlManyToOneImpl.setJoinFetch(XmlJoinFetchType newJoinFetch)
          Sets the value of the 'Join Fetch' attribute.
 void XmlOneToManyImpl.setJoinFetch(XmlJoinFetchType newJoinFetch)
          Sets the value of the 'Join Fetch' attribute.
 void XmlOneToOneImpl.setJoinFetch(XmlJoinFetchType newJoinFetch)
          Sets the value of the 'Join Fetch' attribute.