public interface SchemaFilterProvider
Used to specify the SchemaFilters to be used by create, drop, migrate and validate
operations on the database schema. These filters can be used to limit the scope of operations to specific namespaces,
tables and sequences.
| Modifier and Type | Method and Description |
|---|---|
SchemaFilter |
getCreateFilter()
Get the filter to be applied to
SchemaCreator processing |
SchemaFilter |
getDropFilter()
Get the filter to be applied to
SchemaDropper processing |
SchemaFilter |
getMigrateFilter()
Get the filter to be applied to
SchemaMigrator processing |
SchemaFilter |
getValidateFilter()
Get the filter to be applied to
SchemaValidator processing |
SchemaFilter getCreateFilter()
Get the filter to be applied to SchemaCreator processing
SchemaCreator filterSchemaFilter getDropFilter()
Get the filter to be applied to SchemaDropper processing
SchemaDropper filterSchemaFilter getMigrateFilter()
Get the filter to be applied to SchemaMigrator processing
SchemaMigrator filterSchemaFilter getValidateFilter()
Get the filter to be applied to SchemaValidator processing
SchemaValidator filterCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.