public class SchemaManagementToolCoordinator
extends java.lang.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(java.util.Map configurationValues,
ExceptionHandler exceptionHandler) |
static void |
process(Metadata metadata,
ServiceRegistry serviceRegistry,
java.util.Map configurationValues,
DelayedDropRegistry delayedDropRegistry) |
public static void process(Metadata metadata, ServiceRegistry serviceRegistry, java.util.Map configurationValues, DelayedDropRegistry delayedDropRegistry)
public static ExecutionOptions buildExecutionOptions(java.util.Map configurationValues, ExceptionHandler exceptionHandler)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.