Class XMLProjectWriter
java.lang.Object
org.eclipse.persistence.sessions.factories.XMLProjectWriter
Purpose: Write the deployment XML (object persistence meta-data) for the TopLink project instance to a file. Note the TopLink deployment XML format has change as of the OracleAS TopLink 10g (10.0.3) release to use XML schema.
- Author:
- James Sutherland
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
INTERNAL: This should not be used.static void
INTERNAL: This should not be used.static void
PUBLIC: Given the writer, and a project, this writes out the deployment XML file storing the project's descriptor and mapping information.static void
PUBLIC: Given the file name (including path), and a project, this writes out the deployment XML file storing the project's descriptor and mapping information.
-
Constructor Details
-
XMLProjectWriter
public XMLProjectWriter()Default constructor.
-
-
Method Details
-
write
PUBLIC: Given the file name (including path), and a project, this writes out the deployment XML file storing the project's descriptor and mapping information.- Parameters:
fileName
- file to write to (including path)project
- the project instance to write
-
write
PUBLIC: Given the writer, and a project, this writes out the deployment XML file storing the project's descriptor and mapping information.- Parameters:
writer
- writer to writer toproject
- the project instance to write
-
write
INTERNAL: This should not be used.- See Also:
-
write
INTERNAL: This should not be used.- See Also:
-