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
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidINTERNAL: This should not be used.static voidINTERNAL: This should not be used.static voidPUBLIC: Given the writer, and a project, this writes out the deployment XML file storing the project's descriptor and mapping information.static voidPUBLIC: Given the file name (including path), and a project, this writes out the deployment XML file storing the project's descriptor and mapping information.
-
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:
project- the project instance to writefileName- file to write to (including path)
-
write
PUBLIC: Given the writer, and a project, this writes out the deployment XML file storing the project's descriptor and mapping information.- Parameters:
project- the project instance to writewriter- writer to writer to
-
write
INTERNAL: This should not be used.- See Also:
-
write
INTERNAL: This should not be used.- See Also:
-