public class SchemaManagementToolCoordinator extends Object
process(org.hibernate.boot.Metadata, org.hibernate.service.ServiceRegistry, java.util.Map, org.hibernate.tool.schema.spi.DelayedDropRegistry)
Modifier and Type | Class and Description |
---|---|
static class |
SchemaManagementToolCoordinator.ActionGrouping
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 |
---|
SchemaManagementToolCoordinator() |
Modifier and Type | Method and Description |
---|---|
static ExecutionOptions |
buildExecutionOptions(Map configurationValues,
ExceptionHandler exceptionHandler) |
static void |
process(Metadata metadata,
ServiceRegistry serviceRegistry,
Map configurationValues,
DelayedDropRegistry delayedDropRegistry) |
public static void process(Metadata metadata, ServiceRegistry serviceRegistry, Map configurationValues, DelayedDropRegistry delayedDropRegistry)
public static ExecutionOptions buildExecutionOptions(Map configurationValues, ExceptionHandler exceptionHandler)
Copyright © 2017 JBoss by Red Hat. All rights reserved.