public static class SchemaManagementToolCoordinator.ActionGrouping extends Object
For JPA-style schema-gen, database and script target handing are configured individually - this tuple allows interpreting the the action for both targets simultaneously
| Constructor and Description |
|---|
ActionGrouping(Action databaseAction,
Action scriptAction) |
| Modifier and Type | Method and Description |
|---|---|
Action |
getDatabaseAction() |
Action |
getScriptAction() |
static SchemaManagementToolCoordinator.ActionGrouping |
interpret(Map configurationValues) |
public Action getDatabaseAction()
public Action getScriptAction()
public static SchemaManagementToolCoordinator.ActionGrouping interpret(Map configurationValues)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.