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

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

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

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return XmlCustomizer
 XmlCustomizer EclipseLinkOrmFactory.createXmlCustomizer()
           
 XmlCustomizer XmlCustomizerHolder.getCustomizer()
          Returns the value of the 'Customizer' containment reference.
 XmlCustomizer XmlEmbeddable.getCustomizer()
          Returns the value of the 'Customizer' containment reference.
 XmlCustomizer XmlEntity.getCustomizer()
          Returns the value of the 'Customizer' containment reference.
 XmlCustomizer XmlMappedSuperclass.getCustomizer()
          Returns the value of the 'Customizer' containment reference.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm with parameters of type XmlCustomizer
 org.eclipse.emf.common.notify.NotificationChain XmlEmbeddable.basicSetCustomizer(XmlCustomizer newCustomizer, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetCustomizer(XmlCustomizer newCustomizer, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetCustomizer(XmlCustomizer newCustomizer, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlCustomizerHolder.setCustomizer(XmlCustomizer value)
          Sets the value of the 'Customizer' containment reference.
 void XmlEmbeddable.setCustomizer(XmlCustomizer newCustomizer)
          Sets the value of the 'Customizer' containment reference.
 void XmlEntity.setCustomizer(XmlCustomizer newCustomizer)
          Sets the value of the 'Customizer' containment reference.
 void XmlMappedSuperclass.setCustomizer(XmlCustomizer newCustomizer)
          Sets the value of the 'Customizer' containment reference.