public class SpannerSchemaDropper extends Object implements org.hibernate.tool.schema.spi.SchemaDropper
SchemaDropperImpl which batches DDL statements
to optimize performance.| Constructor and Description |
|---|
SpannerSchemaDropper(SpannerSchemaManagementTool tool,
org.hibernate.tool.schema.spi.SchemaDropper schemaDropper) |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.tool.schema.spi.DelayedDropAction |
buildDelayedAction(org.hibernate.boot.Metadata metadata,
org.hibernate.tool.schema.spi.ExecutionOptions options,
org.hibernate.tool.schema.spi.SourceDescriptor sourceDescriptor) |
void |
doDrop(org.hibernate.boot.Metadata metadata,
org.hibernate.tool.schema.spi.ExecutionOptions options,
org.hibernate.tool.schema.spi.SourceDescriptor sourceDescriptor,
org.hibernate.tool.schema.spi.TargetDescriptor targetDescriptor) |
public SpannerSchemaDropper(SpannerSchemaManagementTool tool, org.hibernate.tool.schema.spi.SchemaDropper schemaDropper)
public void doDrop(org.hibernate.boot.Metadata metadata,
org.hibernate.tool.schema.spi.ExecutionOptions options,
org.hibernate.tool.schema.spi.SourceDescriptor sourceDescriptor,
org.hibernate.tool.schema.spi.TargetDescriptor targetDescriptor)
doDrop in interface org.hibernate.tool.schema.spi.SchemaDropperpublic org.hibernate.tool.schema.spi.DelayedDropAction buildDelayedAction(org.hibernate.boot.Metadata metadata,
org.hibernate.tool.schema.spi.ExecutionOptions options,
org.hibernate.tool.schema.spi.SourceDescriptor sourceDescriptor)
buildDelayedAction in interface org.hibernate.tool.schema.spi.SchemaDropperCopyright © 2022 Google LLC. All rights reserved.