| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa.deployment |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryArchive
This is an implementation of
Archive when container returns a file:
url that refers to a directory that contains an exploded jar file. |
class |
DirectoryInsideJarURLArchive
This is an implementation of
Archive which is used when container
returns a jar: URL. |
class |
JarFileArchive
This is an implementation of
Archive when container returns a
file: url that refers to a jar file. |
class |
JarInputStreamURLArchive
This is an implementation of
Archive which is used when container
returns some form of URL from which an InputStream in jar format can be
obtained. |
class |
URLArchive
This is an implementation of
Archive when container returns a url
that is not one of the familiar URL types like file or jar URLs. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.