Uses of Interface
org.hibernate.tool.schema.spi.SchemaFilter
-
Packages that use SchemaFilter Package Description org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.spi An SPI for the tooling related to DDL generation, export, migration, and validation. -
-
Uses of SchemaFilter in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement SchemaFilter Modifier and Type Class Description class
DefaultSchemaFilter
Default implementation of the SchemaFilter contract, which is to just include everything.Fields in org.hibernate.tool.schema.internal declared as SchemaFilter Modifier and Type Field Description protected SchemaFilter
AbstractSchemaMigrator. schemaFilter
protected SchemaFilter
AbstractSchemaValidator. schemaFilter
Methods in org.hibernate.tool.schema.internal that return SchemaFilter Modifier and Type Method Description SchemaFilter
DefaultSchemaFilterProvider. getCreateFilter()
SchemaFilter
DefaultSchemaFilterProvider. getDropFilter()
SchemaFilter
DefaultSchemaFilterProvider. getMigrateFilter()
SchemaFilter
DefaultSchemaFilterProvider. getTruncatorFilter()
SchemaFilter
DefaultSchemaFilterProvider. getValidateFilter()
-
Uses of SchemaFilter in org.hibernate.tool.schema.spi
Fields in org.hibernate.tool.schema.spi declared as SchemaFilter Modifier and Type Field Description static SchemaFilter
SchemaFilter. ALL
Matches everythingMethods in org.hibernate.tool.schema.spi that return SchemaFilter Modifier and Type Method Description SchemaFilter
SchemaFilterProvider. getCreateFilter()
Get the filter to be applied toSchemaCreator
processingSchemaFilter
SchemaFilterProvider. getDropFilter()
Get the filter to be applied toSchemaDropper
processingSchemaFilter
SchemaFilterProvider. getMigrateFilter()
Get the filter to be applied toSchemaMigrator
processingSchemaFilter
ExecutionOptions. getSchemaFilter()
SchemaFilter
SchemaFilterProvider. getTruncatorFilter()
Get the filter to be applied toSchemaTruncator
processingSchemaFilter
SchemaFilterProvider. getValidateFilter()
Get the filter to be applied toSchemaValidator
processingMethods in org.hibernate.tool.schema.spi with parameters of type SchemaFilter Modifier and Type Method Description static ExecutionOptions
SchemaManagementToolCoordinator. buildExecutionOptions(Map<String,Object> configurationValues, SchemaFilter schemaFilter, ExceptionHandler exceptionHandler)
-