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

Packages that use XmlFetchGroup
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1   
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return XmlFetchGroup
 XmlFetchGroup EclipseLinkOrmFactory.createXmlFetchGroup()
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return types with arguments of type XmlFetchGroup
 org.eclipse.emf.common.util.EList<XmlFetchGroup> XmlMappedSuperclass.getFetchGroups()
          Returns the value of the 'Fetch Groups' containment reference list.
 org.eclipse.emf.common.util.EList<XmlFetchGroup> XmlEntity.getFetchGroups()
          Returns the value of the 'Fetch Groups' containment reference list.
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1 that return types with arguments of type XmlFetchGroup
 org.eclipse.emf.common.util.EList<XmlFetchGroup> XmlFetchGroupContainer_2_1.getFetchGroups()
          Returns the value of the 'Fetch Groups' containment reference list.