|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JarFileRef | |
|---|---|
| org.eclipse.jpt.jpa.core.context.persistence | |
| Uses of JarFileRef in org.eclipse.jpt.jpa.core.context.persistence |
|---|
| Methods in org.eclipse.jpt.jpa.core.context.persistence that return JarFileRef | |
|---|---|
JarFileRef |
PersistenceUnit.addJarFileRef(int index,
java.lang.String fileName)
Add a new JAR file ref to the persistence unit at the specified index; return the newly-created JAR file ref. |
JarFileRef |
PersistenceUnit.addJarFileRef(java.lang.String fileName)
Add a new JAR file ref to the persistence unit; return the newly-created JAR file ref. |
JarFileRef |
PersistenceXmlContextNodeFactory.buildJarFileRef(PersistenceUnit parent,
XmlJarFileRef xmlJarFileRef)
|
| Methods in org.eclipse.jpt.jpa.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.jpa.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||