Package | Description |
---|---|
oracle.toplink.essentials.ejb.cmp3.persistence | |
oracle.toplink.essentials.internal.ejb.cmp3 |
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. |
Modifier and Type | Method and Description |
---|---|
Archive |
ArchiveFactoryImpl.createArchive(URL url) |
Modifier and Type | Method and Description |
---|---|
static Set<Archive> |
PersistenceUnitProcessor.findPersistenceArchives()
Search the classpath for persistence archives.
|
static Set<Archive> |
PersistenceUnitProcessor.findPersistenceArchives(ClassLoader loader)
Search the classpath for persistence archives.
|
Modifier and Type | Method and Description |
---|---|
static List<SEPersistenceUnitInfo> |
PersistenceUnitProcessor.getPersistenceUnits(Archive archive,
ClassLoader loader)
Get a list of persitence units from the file or directory at the given url
PersistenceUnits are built based on the presence of persistence.xml in a META-INF directory
at the base of the URL
|
static List<SEPersistenceUnitInfo> |
PersistenceUnitProcessor.processPersistenceArchive(Archive archive,
ClassLoader loader)
Go through the jar file for this PeristeneUnitProcessor and process any XML provided in it
|
Modifier and Type | Method and Description |
---|---|
protected void |
JavaSECMPInitializer.initPersistenceUnits(Archive archive,
Map m)
Initialize one persistence unit.
|
Copyright © 2024. All rights reserved.