Class PostgreSQLRepositoryFactory


  • public final class PostgreSQLRepositoryFactory
    extends Object
    Used by generated code that was created by RxMicro Annotation Processor
    Since:
    0.1
    Author:
    nedis
    • Method Detail

      • createPostgreSQLRepository

        public static <T> T createPostgreSQLRepository​(String namespace,
                                                       Function<io.r2dbc.pool.ConnectionPool,​T> creator)