oracle.toplink.xml
Class XMLSchemaManager
java.lang.Object
|
+--oracle.toplink.tools.schemaframework.SchemaManager
|
+--oracle.toplink.sdk.SDKSchemaManager
|
+--oracle.toplink.xml.XMLSchemaManager
- public class XMLSchemaManager
- extends SDKSchemaManager
This class extends the base TOPLink SchemaManager
to create XML stream sources and sequences for XML Projects.
- Since:
- TOPLink/Java 3.0
Methods inherited from class oracle.toplink.tools.schemaframework.SchemaManager |
appendToDDLWriter, closeDDLWriter, createConstraints, createSequences,
dropConstraints, dropPre25Constraints,
dropTable, generateStoredProcedures, generateStoredProcedures,
generateStoredProceduresAndAmendmentClass, generateStoredProceduresAndAmendmentClass, getAllColumnNames, getAllColumnNames, getAllTableNames, getAllTableNames,
getColumnInfo, getSession,
getTableInfo, outputDDLToDatabase,
outputDDLToFile, outputDDLToWriter,
replaceObject, replaceSequences,
setSession, shouldWriteToDatabase |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLSchemaManager
public XMLSchemaManager(DatabaseSession session)
- Construct a schema manager for the specified session.
XMLSchemaManager
public XMLSchemaManager(DatabaseSession session)
- Construct a schema manager for the specified session.
createObject
public void createObject(DatabaseObjectDefinition databaseObjectDefinition)
throws TopLinkException
- Use the definition object to create the schema entity on the XML datastore.
This is used for creating stream sources and sequences.
- Overrides:
createObject
in class SchemaManager
dropObject
public void dropObject(DatabaseObjectDefinition databaseObjectDefinition)
throws TopLinkException
- Drop the specified object.
- Overrides:
dropObject
in class SchemaManager