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

-m.mmm-orm-r2dbc.0.9.11.source-code.module-info Maven / Gradle / Ivy

The newest version!

/*
 * Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */

/**
 * Provides ORM support via R2DBC.
 *
 * @provides io.github.mmm.orm.tx.DbTransactionExecutorProvider
 */
module io.github.mmm.orm.r2dbc {

  requires transitive io.github.mmm.orm.spi;

  requires transitive org.reactivestreams;

  requires reactor.core;

  requires r2dbc.spi;

  requires r2dbc.pool;

  provides io.github.mmm.orm.tx.DbTransactionExecutorProvider
      with io.github.mmm.orm.r2dbc.tx.R2dbcTransactionExecutorProvider;

  exports io.github.mmm.orm.r2dbc.connection;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy