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

Packages that use XmlInstantiationCopyPolicy
org.eclipse.jpt.eclipselink.core.resource.orm   
 

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

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return XmlInstantiationCopyPolicy
 XmlInstantiationCopyPolicy EclipseLinkOrmFactory.createXmlInstantiationCopyPolicy()
           
 XmlInstantiationCopyPolicy XmlEntity.getInstantiationCopyPolicy()
          Returns the value of the 'Instantiation Copy Policy' containment reference.
 XmlInstantiationCopyPolicy XmlEmbeddable.getInstantiationCopyPolicy()
          Returns the value of the 'Instantiation Copy Policy' containment reference.
 XmlInstantiationCopyPolicy XmlMappedSuperclass.getInstantiationCopyPolicy()
          Returns the value of the 'Instantiation Copy Policy' containment reference.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm with parameters of type XmlInstantiationCopyPolicy
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetInstantiationCopyPolicy(XmlInstantiationCopyPolicy newInstantiationCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEmbeddable.basicSetInstantiationCopyPolicy(XmlInstantiationCopyPolicy newInstantiationCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetInstantiationCopyPolicy(XmlInstantiationCopyPolicy newInstantiationCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlEntity.setInstantiationCopyPolicy(XmlInstantiationCopyPolicy newInstantiationCopyPolicy)
          Sets the value of the 'Instantiation Copy Policy' containment reference.
 void XmlEmbeddable.setInstantiationCopyPolicy(XmlInstantiationCopyPolicy newInstantiationCopyPolicy)
          Sets the value of the 'Instantiation Copy Policy' containment reference.
 void XmlMappedSuperclass.setInstantiationCopyPolicy(XmlInstantiationCopyPolicy newInstantiationCopyPolicy)
          Sets the value of the 'Instantiation Copy Policy' containment reference.