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

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return XmlQueryRedirectors
 XmlQueryRedirectors EclipseLinkOrmFactory.createXmlQueryRedirectors()
           
 XmlQueryRedirectors XmlMappedSuperclass.getQueryRedirectors()
          Returns the value of the 'Query Redirectors' containment reference.
 XmlQueryRedirectors XmlEntity.getQueryRedirectors()
          Returns the value of the 'Query Redirectors' containment reference.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type XmlQueryRedirectors
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetQueryRedirectors(XmlQueryRedirectors newQueryRedirectors, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetQueryRedirectors(XmlQueryRedirectors newQueryRedirectors, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlMappedSuperclass.setQueryRedirectors(XmlQueryRedirectors newQueryRedirectors)
          Sets the value of the 'Query Redirectors' containment reference.
 void XmlEntity.setQueryRedirectors(XmlQueryRedirectors newQueryRedirectors)
          Sets the value of the 'Query Redirectors' containment reference.
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0 that return XmlQueryRedirectors
 XmlQueryRedirectors XmlEntity_2_0.getQueryRedirectors()
          Returns the value of the 'Query Redirectors' containment reference.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0 with parameters of type XmlQueryRedirectors
 void XmlEntity_2_0.setQueryRedirectors(XmlQueryRedirectors value)
          Sets the value of the 'Query Redirectors' containment reference.
 

Uses of XmlQueryRedirectors 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 XmlQueryRedirectors
 XmlQueryRedirectors XmlMappedSuperclass_2_1.getQueryRedirectors()
          Returns the value of the 'Query Redirectors' containment reference.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1 with parameters of type XmlQueryRedirectors
 void XmlMappedSuperclass_2_1.setQueryRedirectors(XmlQueryRedirectors value)
          Sets the value of the 'Query Redirectors' containment reference.