Dali Provisional API
Release 3.2

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

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

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

Fields in org.eclipse.jpt.jpa.core.context.persistence with type parameters of type JarFileRef
static org.eclipse.jpt.common.utility.transformer.Transformer<JarFileRef,JarFile> JarFileRef.JAR_FILE_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return JarFileRef
 JarFileRef PersistenceUnit.addJarFileRef(int index, 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(String fileName)
          Add a new JAR file ref to the persistence unit; return the newly-created JAR file ref.
 JarFileRef PersistenceXmlContextNodeFactory.buildJarFileRef(PersistenceUnit parent, org.eclipse.jpt.jpa.core.resource.persistence.XmlJarFileRef xmlJarFileRef)
           
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return types with arguments of type JarFileRef
 org.eclipse.jpt.common.utility.iterable.ListIterable<JarFileRef> PersistenceUnit.getJarFileRefs()
          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.
protected  JarFile JarFileRef.JarFileTransformer.transform_(JarFileRef ref)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.