Package org.hibernate.tool.schema.spi
Interface SchemaValidator
-
public interface SchemaValidatorService delegate for handling schema validations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoValidation(Metadata metadata, ExecutionOptions options)Perform the validation of the schema described by Metadata
-
-
-
Method Detail
-
doValidation
void doValidation(Metadata metadata, ExecutionOptions options)
Perform the validation of the schema described by Metadata- Parameters:
metadata- Represents the schema to be validatedoptions- Options for executing the validation
-
-