org.eclipse.persistence.jpa
Interface ArchiveFactory
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
- See Also:
SystemProperties
- Author:
- tware
Method Summary |
Archive |
createArchive(java.net.URL url)
Return an instance of an implementer of Archive that can process the URL provided |
createArchive
Archive createArchive(java.net.URL url)
throws java.net.URISyntaxException,
java.io.IOException
- Return an instance of an implementer of Archive that can process the URL provided
- Parameters:
url
-
- Returns:
-
- Throws:
java.net.URISyntaxException
java.io.IOException