Package io.micronaut.data.jdbc.config
Class SchemaGenerator
java.lang.Object
io.micronaut.data.jdbc.config.SchemaGenerator
Schema generator used for testing purposes.
- 
Constructor SummaryConstructorsConstructorDescriptionSchemaGenerator(List<DataJdbcConfiguration> configurations, JdbcSchemaHandler schemaHandler) Constructors a schema generator for the given configurations.
- 
Method SummaryModifier and TypeMethodDescriptionvoidcreateSchema(io.micronaut.context.BeanLocator beanLocator) Initialize the schema for the configuration.
- 
Constructor Details- 
SchemaGeneratorConstructors a schema generator for the given configurations.- Parameters:
- configurations- The configurations
- schemaHandler- The schema handler
 
 
- 
- 
Method Details- 
createSchema@PostConstruct public void createSchema(io.micronaut.context.BeanLocator beanLocator) Initialize the schema for the configuration.- Parameters:
- beanLocator- The bean locator
 
 
-