Package | Description |
---|---|
org.hibernate.tool.schema.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
JpaTargetAndSourceDescriptor
JPA ties the notion of
SourceDescriptor and TargetDescriptor
together: meaning that a SourceDescriptor is specific to a given TargetDescriptor. |
Modifier and Type | Method and Description |
---|---|
DelayedDropAction |
SchemaDropper.buildDelayedAction(Metadata metadata,
ExecutionOptions options,
SourceDescriptor sourceDescriptor)
Build a delayed Runnable for performing schema dropping.
|
void |
SchemaCreator.doCreation(Metadata metadata,
ExecutionOptions options,
SourceDescriptor sourceDescriptor,
TargetDescriptor targetDescriptor)
Perform a schema creation from the indicated source(s) to the indicated target(s).
|
void |
SchemaDropper.doDrop(Metadata metadata,
ExecutionOptions options,
SourceDescriptor sourceDescriptor,
TargetDescriptor targetDescriptor)
Perform a schema drop from the indicated source(s) to the indicated target(s).
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.