| Modifier and Type | Method and Description |
|---|---|
void |
withSchemaCreator(org.hibernate.tool.schema.spi.SchemaFilter filter,
Consumer<org.hibernate.tool.schema.internal.SchemaCreatorImpl> consumer) |
void |
withSchemaDropper(org.hibernate.tool.schema.spi.SchemaFilter filter,
Consumer<org.hibernate.tool.schema.internal.SchemaDropperImpl> consumer) |
void |
withSchemaExport(Consumer<org.hibernate.tool.hbm2ddl.SchemaExport> counsumer) |
void |
withSchemaMigrator(Consumer<org.hibernate.tool.schema.spi.SchemaMigrator> counsumer) |
void |
withSchemaUpdate(Consumer<org.hibernate.tool.hbm2ddl.SchemaUpdate> counsumer) |
void |
withSchemaValidator(Consumer<org.hibernate.tool.hbm2ddl.SchemaValidator> counsumer) |
clearScopevoid withSchemaUpdate(Consumer<org.hibernate.tool.hbm2ddl.SchemaUpdate> counsumer)
void withSchemaValidator(Consumer<org.hibernate.tool.hbm2ddl.SchemaValidator> counsumer)
void withSchemaMigrator(Consumer<org.hibernate.tool.schema.spi.SchemaMigrator> counsumer)
void withSchemaExport(Consumer<org.hibernate.tool.hbm2ddl.SchemaExport> counsumer)
void withSchemaCreator(org.hibernate.tool.schema.spi.SchemaFilter filter,
Consumer<org.hibernate.tool.schema.internal.SchemaCreatorImpl> consumer)
void withSchemaDropper(org.hibernate.tool.schema.spi.SchemaFilter filter,
Consumer<org.hibernate.tool.schema.internal.SchemaDropperImpl> consumer)
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.