| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.deployment | |
| org.batoo.jpa.core.impl.model | |
| org.batoo.jpa.jdbc | |
| org.batoo.jpa.jdbc.adapter |
| Modifier and Type | Method and Description |
|---|---|
static void |
DdlManager.perform(DataSource datasource,
MetamodelImpl metamodel,
DDLMode ddlMode)
Performs the DDL operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetamodelImpl.performForeignKeysDdl(DataSource datasource,
DDLMode ddlMode,
EntityTypeImpl<?> entity)
Performs the foreign key DDL operations.
|
void |
MetamodelImpl.performSequencesDdl(DataSource datasource,
DDLMode ddlMode)
Performs the sequence generators DDL operations.
|
void |
MetamodelImpl.performTableGeneratorsDdl(DataSource datasource,
DDLMode ddlMode)
Performs the table generator DDL operations.
|
void |
MetamodelImpl.performTablesDdl(DataSource 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,
DataSource datasource,
DDLMode ddlMode)
Creates or update the table.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.