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