Class SchemaPopulatorImpl
java.lang.Object
org.hibernate.tool.schema.internal.AbstractSchemaPopulator
org.hibernate.tool.schema.internal.SchemaPopulatorImpl
- All Implemented Interfaces:
SchemaPopulator
Basic implementation of
SchemaPopulator
.-
Field Summary
Fields inherited from class org.hibernate.tool.schema.internal.AbstractSchemaPopulator
DEFAULT_IMPORT_FILE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doPopulation
(Dialect dialect, ExecutionOptions options, GenerationTarget... targets) void
doPopulation
(ExecutionOptions options, TargetDescriptor targetDescriptor) Perform schema population to the indicated target(s).
-
Constructor Details
-
SchemaPopulatorImpl
-
SchemaPopulatorImpl
-
-
Method Details
-
doPopulation
Description copied from interface:SchemaPopulator
Perform schema population to the indicated target(s).- Specified by:
doPopulation
in interfaceSchemaPopulator
- Parameters:
options
- Options for executing the creationtargetDescriptor
- description of the target(s) for the creation commands
-
doPopulation
@Internal public void doPopulation(Dialect dialect, ExecutionOptions options, GenerationTarget... targets)
-