| Package | Description |
|---|---|
| oracle.toplink.essentials.ejb.cmp3 | |
| oracle.toplink.essentials.tools.schemaframework |
| Modifier and Type | Method and Description |
|---|---|
static void |
EntityManagerFactoryProvider.createOrReplaceDefaultTables(SchemaManager mgr,
boolean shouldDropFirst) |
static void |
EntityManagerFactoryProvider.runInSEMode(SchemaManager mgr,
boolean shouldDropFirst) |
static void |
EntityManagerFactoryProvider.writeDDLsToFiles(SchemaManager mgr,
String appLocation,
String createDDLJdbc,
String dropDDLJdbc) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableCreator.createConstraints(DatabaseSession session,
SchemaManager schemaManager)
Create constraints.
|
void |
TableCreator.createTables(DatabaseSession session,
SchemaManager schemaManager)
This creates the tables on the database.
|
void |
TableCreator.dropConstraints(DatabaseSession session,
SchemaManager schemaManager)
Drop the table constraints from the database.
|
void |
TableCreator.dropTables(DatabaseSession session,
SchemaManager schemaManager)
Drop the tables from the database.
|
void |
TableCreator.replaceTables(DatabaseSession session,
SchemaManager schemaManager)
Recreate the tables on the database.
|
void |
TableCreator.replaceTables(DatabaseSession session,
SchemaManager schemaManager,
boolean keepSequenceTable)
Recreate the tables on the database.
|
Copyright © 2023. All rights reserved.