Uses of Class
org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
Package
Description
-
Uses of ArchiveBase 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. -
Uses of ArchiveBase 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