Uses of Interface
org.eclipse.persistence.jpa.Archive
Package
Description
-
Uses of Archive in org.eclipse.persistence.internal.jpa.deployment
Modifier and TypeClassDescriptionclass
This is an implementation ofArchive
when container returns a file: url that refers to a directory that contains an exploded jar file.class
This is an implementation ofArchive
which is used when container returns a jar: URL.class
This is an implementation ofArchive
when container returns a file: url that refers to a jar file.class
This is an implementation ofArchive
which is used when container returns some form of URL from which an InputStream in jar format can be obtained.class
This is an implementation ofArchive
when container returns a url that is not one of the familiar URL types like file or jar URLs.Modifier and TypeMethodDescriptionArchiveFactoryImpl.createArchive
(URL rootUrl, String descriptorLocation, Map properties) ArchiveFactoryImpl.createArchive
(URL rootUrl, Map properties) Modifier and TypeMethodDescriptionPersistenceUnitProcessor.findPersistenceArchives()
Search the classpath for persistence archives.PersistenceUnitProcessor.findPersistenceArchives
(ClassLoader loader) Search the classpath for persistence archives.PersistenceUnitProcessor.findPersistenceArchives
(ClassLoader loader, String descriptorPath) Return a list of Archives representing the root of the persistence descriptor.PersistenceUnitProcessor.findPersistenceArchives
(ClassLoader loader, String descriptorPath, List<URL> jarFileUrls, Map properties) Return a list of Archives representing the root of the persistence descriptor.Modifier and TypeMethodDescriptionprotected SEPersistenceUnitInfo
JPAInitializer.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 void
JPAInitializer.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
Modifier and TypeMethodDescriptionArchiveFactory.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() methodArchiveFactory.createArchive
(URL rootUrl, Map properties) Return an instance of an implementer of Archive that can process the URL provided -
Uses of Archive in org.eclipse.persistence.jpa.rs.util
Modifier and TypeClassDescriptionclass
This archive is designed for use with dynamic persistence units it is built with a stream that allows it to read a persistence.xml file and creates a fake base URL based the classpath location of the InMemoryArchive class