Package | Description |
---|---|
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
org.hibernate.tool.schema | |
org.hibernate.tool.schema.spi |
Modifier and Type | Method and Description |
---|---|
Action |
SchemaExportTask.ExportType.getAction() |
Modifier and Type | Method and Description |
---|---|
static Action |
Action.interpretHbm2ddlSetting(Object value)
Used to interpret the value of
AvailableSettings.HBM2DDL_AUTO |
static Action |
Action.interpretJpaSetting(Object value)
Used when processing JPA configuration to interpret the user config values.
|
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Action |
SchemaManagementToolCoordinator.ActionGrouping.getDatabaseAction() |
Action |
SchemaManagementToolCoordinator.ActionGrouping.getScriptAction() |
Constructor and Description |
---|
ActionGrouping(Action databaseAction,
Action scriptAction) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.