public class ArchiveFactoryImpl extends java.lang.Object implements ArchiveFactory
PersistenceUnitInfo.getPersistenceUnitRootUrl()
Constructor and Description |
---|
ArchiveFactoryImpl() |
ArchiveFactoryImpl(java.util.logging.Logger logger) |
Modifier and Type | Method and Description |
---|---|
Archive |
createArchive(java.net.URL rootUrl,
java.util.Map properties)
Return an instance of an implementer of Archive that can process the URL provided
|
Archive |
createArchive(java.net.URL rootUrl,
java.lang.String descriptorLocation,
java.util.Map properties)
Return an instance of an implementer of Archive that can process the URL provided
This instance will allow access to the persistence descriptor associated with
this archive through the getDescriptorStream() method
|
public ArchiveFactoryImpl()
public ArchiveFactoryImpl(java.util.logging.Logger logger)
public Archive createArchive(java.net.URL rootUrl, java.util.Map properties) throws java.net.URISyntaxException, java.io.IOException
ArchiveFactory
createArchive
in interface ArchiveFactory
java.net.URISyntaxException
java.io.IOException
public Archive createArchive(java.net.URL rootUrl, java.lang.String descriptorLocation, java.util.Map properties) throws java.net.URISyntaxException, java.io.IOException
ArchiveFactory
createArchive
in interface ArchiveFactory
java.net.URISyntaxException
java.io.IOException
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference