Package | Description |
---|---|
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
Modifier and Type | Method and Description |
---|---|
static SchemaExport.Action |
SchemaExport.Action.parseCommandLineOption(java.lang.String actionText) |
static SchemaExport.Action |
SchemaExport.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchemaExport.Action[] |
SchemaExport.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaExport.doExecution(SchemaExport.Action action,
boolean needsJdbc,
Metadata metadata,
ServiceRegistry serviceRegistry,
TargetDescriptor targetDescriptor) |
void |
SchemaExport.execute(java.util.EnumSet<TargetType> targetTypes,
SchemaExport.Action action,
Metadata metadata) |
void |
SchemaExport.execute(java.util.EnumSet<TargetType> targetTypes,
SchemaExport.Action action,
Metadata metadata,
ServiceRegistry serviceRegistry) |
void |
SchemaExport.perform(SchemaExport.Action action,
Metadata metadata,
ScriptTargetOutput target)
For testing use
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.