Uses of Interface
org.eclipse.jpt.core.context.persistence.JarFileRef

Packages that use JarFileRef
org.eclipse.jpt.core.context.persistence   
 

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

Methods in org.eclipse.jpt.core.context.persistence that return JarFileRef
 JarFileRef PersistenceUnit.addJarFileRef()
          Add a new JAR file ref to the persistence unit; return the newly-created JAR file ref.
 JarFileRef PersistenceUnit.addJarFileRef(int index)
          Add a new JAR file ref to the persistence unit at the specified index; return the newly-created JAR file ref.
 JarFileRef PersistenceXmlContextNodeFactory.buildJarFileRef(PersistenceUnit parent, XmlJarFileRef xmlJarFileRef)
           
 

Methods in org.eclipse.jpt.core.context.persistence that return types with arguments of type JarFileRef
 java.util.ListIterator<JarFileRef> PersistenceUnit.jarFileRefs()
          Return the persistence unit's list of JAR file refs.
 

Methods in org.eclipse.jpt.core.context.persistence with parameters of type JarFileRef
 JarFile PersistenceXmlContextNodeFactory.buildJarFile(JarFileRef parent, JavaResourcePackageFragmentRoot jarResourcePackageFragmentRoot)
           
 void PersistenceUnit.removeJarFileRef(JarFileRef jarFileRef)
          Remove the specified JAR file ref from the persistence unit.