Package org.hibernate.tool.schema.spi
Interface SchemaValidator
- All Known Implementing Classes:
AbstractSchemaValidator
,GroupedSchemaValidatorImpl
,IndividuallySchemaValidatorImpl
Service delegate for handling schema validations
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doValidation
(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter) Perform the validation of the schema described by Metadata
-
Method Details
-
doValidation
void doValidation(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter) Perform the validation of the schema described by Metadata- Parameters:
metadata
- Represents the schema to be validatedoptions
- Options for executing the validationcontributableInclusionFilter
- Filter for Contributable instances to use
-