Uses of Interface
org.eclipse.persistence.jpa.Archive
-
Packages that use Archive Package Description org.eclipse.persistence.internal.jpa.deployment org.eclipse.persistence.jpa -
-
Uses of Archive in org.eclipse.persistence.internal.jpa.deployment
Classes in org.eclipse.persistence.internal.jpa.deployment that implement Archive Modifier and Type Class Description classDirectoryArchiveThis is an implementation ofArchivewhen container returns a file: url that refers to a directory that contains an exploded jar file.classDirectoryInsideJarURLArchiveThis is an implementation ofArchivewhich is used when container returns a jar: URL.classJarFileArchiveThis is an implementation ofArchivewhen container returns a file: url that refers to a jar file.classJarInputStreamURLArchiveThis is an implementation ofArchivewhich is used when container returns some form of URL from which an InputStream in jar format can be obtained.classURLArchiveThis is an implementation ofArchivewhen container returns a url that is not one of the familiar URL types like file or jar URLs.Methods in org.eclipse.persistence.internal.jpa.deployment that return Archive Modifier and Type Method Description ArchiveArchiveFactoryImpl. createArchive(URL rootUrl, String descriptorLocation, Map properties)ArchiveArchiveFactoryImpl. createArchive(URL rootUrl, Map properties)Methods in org.eclipse.persistence.internal.jpa.deployment that return types with arguments of type Archive Modifier and Type Method Description static Set<Archive>PersistenceUnitProcessor. findPersistenceArchives()Search the classpath for persistence archives.static Set<Archive>PersistenceUnitProcessor. findPersistenceArchives(ClassLoader loader)Search the classpath for persistence archives.static Set<Archive>PersistenceUnitProcessor. findPersistenceArchives(ClassLoader loader, String descriptorPath)Return a list of Archives representing the root of the persistence descriptor.static Set<Archive>PersistenceUnitProcessor. findPersistenceArchives(ClassLoader loader, String descriptorPath, List<URL> jarFileUrls, Map properties)Return a list of Archives representing the root of the persistence descriptor.Methods in org.eclipse.persistence.internal.jpa.deployment with parameters of type Archive Modifier and Type Method Description protected SEPersistenceUnitInfoJPAInitializer. findPersistenceUnitInfoInArchive(String puName, Archive archive, Map m)Find PersistenceUnitInfo corresponding to the persistence unit name in the archive.static List<SEPersistenceUnitInfo>PersistenceUnitProcessor. getPersistenceUnits(Archive archive, ClassLoader loader)Get a list of persistence units from the file or directory at the given url.protected voidJPAInitializer. initPersistenceUnits(Archive archive, Map m)Initialize all persistence units found on initializationClassLoader.static List<SEPersistenceUnitInfo>PersistenceUnitProcessor. processPersistenceArchive(Archive archive, ClassLoader loader)Go through the jar file for this PersistenceUnitProcessor and process any XML provided in it. -
Uses of Archive in org.eclipse.persistence.jpa
Methods in org.eclipse.persistence.jpa that return Archive Modifier and Type Method Description ArchiveArchiveFactory. createArchive(URL rootUrl, String descriptorLocation, Map properties)Return an instance of an implementer of Archive that can process the URL provided This instance will allow access to the persistence descriptor associated with this archive through the getDescriptorStream() methodArchiveArchiveFactory. createArchive(URL rootUrl, Map properties)Return an instance of an implementer of Archive that can process the URL provided
-