| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.deployment | |
| org.batoo.jpa.core.impl.model | |
| org.batoo.jpa.core.jdbc | |
| org.batoo.jpa.core.jdbc.adapter |
| Modifier and Type | Method and Description |
|---|---|
static void |
DdlManager.perform(DataSourceImpl datasource,
MetamodelImpl metamodel,
DDLMode ddlMode)
Performs the DDL operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetamodelImpl.performForeignKeysDdl(DataSourceImpl datasource,
DDLMode ddlMode,
EntityTypeImpl<?> entity)
Performs the foreign key DDL operations.
|
void |
MetamodelImpl.performSequencesDdl(DataSourceImpl datasource,
DDLMode ddlMode)
Performs the sequence generators DDL operations.
|
void |
MetamodelImpl.performTableGeneratorsDdl(DataSourceImpl datasource,
DDLMode ddlMode)
Performs the table generator DDL operations.
|
void |
MetamodelImpl.performTablesDdl(DataSourceImpl datasource,
DDLMode ddlMode,
EntityTypeImpl<?> entity)
Performs the table DDL operations.
|
| Modifier and Type | Method and Description |
|---|---|
static DDLMode |
DDLMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DDLMode[] |
DDLMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcAdaptor.createOrUpdateTable(AbstractTable table,
DataSourceImpl datasource,
DDLMode ddlMode)
Creates or update the table.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.