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

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return XmlInstantiationCopyPolicy
 XmlInstantiationCopyPolicy EclipseLinkOrmFactory.createXmlInstantiationCopyPolicy()
           
 XmlInstantiationCopyPolicy XmlMappedSuperclass.getInstantiationCopyPolicy()
          Returns the value of the 'Instantiation Copy Policy' containment reference.
 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.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type XmlInstantiationCopyPolicy
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetInstantiationCopyPolicy(XmlInstantiationCopyPolicy newInstantiationCopyPolicy, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 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)
           
 void XmlMappedSuperclass.setInstantiationCopyPolicy(XmlInstantiationCopyPolicy newInstantiationCopyPolicy)
          Sets the value of the 'Instantiation Copy Policy' containment reference.
 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.