| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa |
| Modifier and Type | Method and Description |
|---|---|
static EntityManagerSetupImpl.TableCreationType |
EntityManagerSetupImpl.TableCreationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityManagerSetupImpl.TableCreationType[] |
EntityManagerSetupImpl.TableCreationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
EntityManagerFactoryProvider.generateDefaultTables(SchemaManager mgr,
EntityManagerSetupImpl.TableCreationType ddlType)
Calls the appropriate create,replace or alter SchemaManager api.
|
protected void |
EntityManagerSetupImpl.writeDDL(String generationSourceProperty,
String scriptGenerationSourceProperty,
EntityManagerSetupImpl.TableCreationType tableCreationType,
Map props,
DatabaseSessionImpl session,
ClassLoader loader)
INTERNAL:
Generate the DDL per the properties given.
|
protected void |
EntityManagerSetupImpl.writeDDLToDatabase(SchemaManager mgr,
EntityManagerSetupImpl.TableCreationType ddlType)
INTERNAL:
Generate and write DDL from the persistence unit metadata to the database.
|
protected void |
EntityManagerSetupImpl.writeDDLToFiles(SchemaManager mgr,
String appLocation,
Object createDDLJdbc,
Object dropDDLJdbc,
EntityManagerSetupImpl.TableCreationType ddlType)
Deprecated.
|
protected void |
EntityManagerSetupImpl.writeDDLToFiles(SchemaManager mgr,
String appLocation,
Object createDDLJdbc,
Object dropDDLJdbc,
EntityManagerSetupImpl.TableCreationType ddlType,
Map props)
Write the DDL to the files provided.
|
protected void |
EntityManagerSetupImpl.writeMetadataDDLToDatabase(EntityManagerSetupImpl.TableCreationType tableCreationType,
Map props,
DatabaseSessionImpl session,
ClassLoader classLoader)
INTERNAL:
Generate and write DDL from the persistence unit metadata to the database.
|
protected void |
EntityManagerSetupImpl.writeMetadataDDLToScript(EntityManagerSetupImpl.TableCreationType tableCreationType,
Map props,
DatabaseSessionImpl session,
ClassLoader classLoader)
INTERNAL:
Generate and write DDL from the persistence unit metadata to scripts.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.