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

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

Uses of XmlJarFileRef in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type XmlJarFileRef
 JarFileRef JpaFactory.buildJarFileRef(PersistenceUnit parent, XmlJarFileRef xmlJarFileRef)
           
 

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

Methods in org.eclipse.jpt.core.context.persistence with parameters of type XmlJarFileRef
 void JarFileRef.update(XmlJarFileRef xmlJarFileRef)
          Update the context JAR file ref to match the specified XML JAR file ref.
 

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

Methods in org.eclipse.jpt.core.resource.persistence that return XmlJarFileRef
 XmlJarFileRef PersistenceFactory.createXmlJarFileRef()
           
 

Methods in org.eclipse.jpt.core.resource.persistence that return types with arguments of type XmlJarFileRef
 org.eclipse.emf.common.util.EList<XmlJarFileRef> XmlPersistenceUnit.getJarFiles()
          Returns the value of the 'Jar Files' containment reference list.