|
Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated) 11g Release 1 (11.1.1) B32476-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.tools.schemaframework.SchemaManager
oracle.toplink.xml.XMLSchemaManager
oracle.toplink.ox
public class XMLSchemaManager
This class extends the base TOPLink SchemaManager
to create XML stream sources and sequences for XML Projects.
| Field Summary |
|---|
| Fields inherited from class oracle.toplink.tools.schemaframework.SchemaManager |
|---|
FAST_TABLE_CREATOR |
| Constructor Summary | |
|---|---|
XMLSchemaManager(DatabaseSession session)
Deprecated. Construct a schema manager for the specified session. |
|
XMLSchemaManager(oracle.toplink.internal.sessions.DatabaseSessionImpl session)
Deprecated. Construct a schema manager for the specified session. |
|
| Method Summary | |
|---|---|
void |
createObject(DatabaseObjectDefinition databaseObjectDefinition)
Deprecated. Use the definition object to create the schema entity on the database. |
void |
dropObject(DatabaseObjectDefinition databaseObjectDefinition)
Deprecated. Use the definition object to drop the schema entity from the database. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLSchemaManager(oracle.toplink.internal.sessions.DatabaseSessionImpl session)
public XMLSchemaManager(DatabaseSession session)
| Method Detail |
|---|
public void createObject(DatabaseObjectDefinition databaseObjectDefinition)
throws TopLinkException
createObject in class SchemaManagerTopLinkException
public void dropObject(DatabaseObjectDefinition databaseObjectDefinition)
throws TopLinkException
dropObject in class SchemaManagerTopLinkException
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||