Package org.hibernate.tool.schema.spi
Interface SchemaPopulator
- All Known Implementing Classes:
SchemaPopulatorImpl
Service delegate for handling schema population.
- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doPopulation
(ExecutionOptions options, TargetDescriptor targetDescriptor) Perform schema population to the indicated target(s).
-
Method Details
-
doPopulation
Perform schema population to the indicated target(s).- Parameters:
options
- Options for executing the creationtargetDescriptor
- description of the target(s) for the creation commands
-