Uses of Class
org.eclipse.jpt.core.resource.persistence.XmlProperties

Packages that use XmlProperties
org.eclipse.jpt.core.resource.persistence   
 

Uses of XmlProperties in org.eclipse.jpt.core.resource.persistence
 

Methods in org.eclipse.jpt.core.resource.persistence that return XmlProperties
 XmlProperties PersistenceFactory.createXmlProperties()
           
 XmlProperties XmlPersistenceUnit.getProperties()
          Returns the value of the 'Properties' containment reference.
 

Methods in org.eclipse.jpt.core.resource.persistence with parameters of type XmlProperties
 org.eclipse.emf.common.notify.NotificationChain XmlPersistenceUnit.basicSetProperties(XmlProperties newProperties, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlPersistenceUnit.setProperties(XmlProperties newProperties)
          Sets the value of the 'Properties' containment reference.