|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArchiveFactory
This interface should be implemented by users that want to provide a custom way of dealing with archives that contain persistence units. An implementer of this class can be enabled by providing a System property
SystemProperties
Method Summary | |
---|---|
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 |
Method Detail |
---|
Archive createArchive(java.net.URL rootUrl, java.util.Map properties) throws java.net.URISyntaxException, java.io.IOException
java.net.URISyntaxException
java.io.IOException
Archive createArchive(java.net.URL rootUrl, java.lang.String descriptorLocation, java.util.Map properties) throws java.net.URISyntaxException, java.io.IOException
java.net.URISyntaxException
java.io.IOException
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |