Class R2dbcSchemaGenerator


  • @Context
    @Internal
    public class R2dbcSchemaGenerator
    extends java.lang.Object
    Schema generation for R2DBC.
    Since:
    1.0.0
    Author:
    graemerocher
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void createSchema​(io.micronaut.context.BeanLocator beanLocator)
      Creates the schema.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • R2dbcSchemaGenerator

        public R2dbcSchemaGenerator​(java.util.List<DataR2dbcConfiguration> configurations)
        Default constructor.
        Parameters:
        configurations - The configurations.
    • Method Detail

      • createSchema

        @PostConstruct
        protected void createSchema​(io.micronaut.context.BeanLocator beanLocator)
        Creates the schema.
        Parameters:
        beanLocator - The bean locator