All Downloads are FREE. Search and download functionalities are using the official Maven repository.

n-ddl-generator.15.5.2.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
module io.ebean.ddl.generator {

  exports io.ebean.dbmigration;

  provides io.ebean.dbmigration.DbMigration with io.ebeaninternal.dbmigration.DefaultDbMigration;
  provides io.ebeaninternal.api.SpiDdlGeneratorProvider with io.ebeaninternal.dbmigration.DdlGeneratorProvider;

  requires transitive io.ebean.ddl.runner;
  requires transitive io.ebean.core;
  requires transitive jakarta.xml.bind;
  requires io.ebean.core.type;
  requires io.ebean.migration;

  uses io.ebean.dbmigration.DbMigration;

  // support existing tests
  exports io.ebeaninternal.extraddl.model to io.ebean.test;

  opens io.ebeaninternal.extraddl.model to jakarta.xml.bind;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy