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

Packages that use XmlProperty
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.persistence   
org.eclipse.jpt.core.resource.persistence   
 

Uses of XmlProperty in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type XmlProperty
 Property JpaFactory.buildProperty(PersistenceUnit parent, XmlProperty property)
           
 

Uses of XmlProperty in org.eclipse.jpt.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence with parameters of type XmlProperty
 void Property.update(XmlProperty property)
           
 

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

Methods in org.eclipse.jpt.core.resource.persistence that return XmlProperty
 XmlProperty PersistenceFactory.createXmlProperty()
           
 

Methods in org.eclipse.jpt.core.resource.persistence that return types with arguments of type XmlProperty
 org.eclipse.emf.common.util.EList<XmlProperty> XmlProperties.getProperties()
          Returns the value of the 'Properties' containment reference list.