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

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return XmlBatchFetch
 XmlBatchFetch EclipseLinkOrmFactory.createXmlBatchFetch()
           
 XmlBatchFetch XmlOneToOne.getBatchFetch()
          Returns the value of the 'Batch Fetch' containment reference.
 XmlBatchFetch XmlOneToMany.getBatchFetch()
          Returns the value of the 'Batch Fetch' containment reference.
 XmlBatchFetch XmlManyToOne.getBatchFetch()
          Returns the value of the 'Batch Fetch' containment reference.
 XmlBatchFetch XmlManyToMany.getBatchFetch()
          Returns the value of the 'Batch Fetch' containment reference.
 XmlBatchFetch XmlElementCollection.getBatchFetch()
          Returns the value of the 'Batch Fetch' containment reference.
 XmlBatchFetch XmlBatchFetchHolder.getBatchFetch()
          Returns the value of the 'Batch Fetch' containment reference.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type XmlBatchFetch
 org.eclipse.emf.common.notify.NotificationChain XmlOneToOne.basicSetBatchFetch(XmlBatchFetch newBatchFetch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlOneToMany.basicSetBatchFetch(XmlBatchFetch newBatchFetch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlManyToOne.basicSetBatchFetch(XmlBatchFetch newBatchFetch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlManyToMany.basicSetBatchFetch(XmlBatchFetch newBatchFetch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlElementCollection.basicSetBatchFetch(XmlBatchFetch newBatchFetch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlOneToOne.setBatchFetch(XmlBatchFetch newBatchFetch)
          Sets the value of the 'Batch Fetch' containment reference.
 void XmlOneToMany.setBatchFetch(XmlBatchFetch newBatchFetch)
          Sets the value of the 'Batch Fetch' containment reference.
 void XmlManyToOne.setBatchFetch(XmlBatchFetch newBatchFetch)
          Sets the value of the 'Batch Fetch' containment reference.
 void XmlManyToMany.setBatchFetch(XmlBatchFetch newBatchFetch)
          Sets the value of the 'Batch Fetch' containment reference.
 void XmlElementCollection.setBatchFetch(XmlBatchFetch newBatchFetch)
          Sets the value of the 'Batch Fetch' containment reference.
 void XmlBatchFetchHolder.setBatchFetch(XmlBatchFetch value)
          Sets the value of the 'Batch Fetch' containment reference.