Package io.micronaut.data.jdbc.config
Class SchemaGenerator
- java.lang.Object
-
- io.micronaut.data.jdbc.config.SchemaGenerator
-
@Context @Internal public class SchemaGenerator extends java.lang.Object
Schema generator used for testing purposes.
-
-
Constructor Summary
Constructors Constructor Description SchemaGenerator(java.util.List<DataJdbcConfiguration> configurations)
Constructors a schema generator for the given configurations.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createSchema(io.micronaut.context.BeanLocator beanLocator)
Initialize the schema for the configuration.
-
-
-
Constructor Detail
-
SchemaGenerator
public SchemaGenerator(java.util.List<DataJdbcConfiguration> configurations)
Constructors a schema generator for the given configurations.- Parameters:
configurations
- The configurations
-
-