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

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

Uses of JarFileRef in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JarFileRef
 JarFileRef JpaFactory.buildJarFileRef(PersistenceUnit parent, XmlJarFileRef xmlJarFileRef)
           
 

Methods in org.eclipse.jpt.core with parameters of type JarFileRef
 JarFile JpaFactory.buildJarFile(JarFileRef parent, JavaResourcePackageFragmentRoot jarResourcePackageFragmentRoot)
           
 

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.
 

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
 void PersistenceUnit.removeJarFileRef(JarFileRef jarFileRef)
          Remove the specified JAR file ref from the persistence unit.