Interface | Description |
---|---|
Archive |
Provides an abstraction to deal with various kinds of URLs that can
be returned by
PersistenceUnitInfo.getPersistenceUnitRootUrl() |
Class | Description |
---|---|
ArchiveFactoryImpl |
This class is written to deal with various URLs that can be returned by
PersistenceUnitInfo.getPersistenceUnitRootUrl() |
DirectoryArchive |
This is an implementation of
Archive when container returns a file:
url that refers to a directory that contains an exploded jar file. |
DirectoryInsideJarURLArchive |
This is an implementation of
Archive which is used when container
returns a jar: URL. |
JarFileArchive |
This is an implementation of
Archive when container returns a
file: url that refers to a jar file. |
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. |
PersistenceUnitProcessor |
INTERNAL:
Utility Class that deals with persistence archives for EJB 3.0
Provides functions like searching for persistence archives, processing persistence.xml
and searching for Entities in a Persistence archive
|
SEPersistenceUnitInfo |
Internal implementation of the PersistenceUnitInfo detailed in the EJB 3.0 specification
Used by our Java SE implementation so common method calls can be used in setting
of Container and non-Container EntityManagerFactories.
|
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. |