Class AbstractPostgreSQLRepository

    • Constructor Detail

      • AbstractPostgreSQLRepository

        protected AbstractPostgreSQLRepository​(Class<?> repositoryInterface,
                                               io.r2dbc.pool.ConnectionPool pool)
        Creates an instance of AbstractPostgreSQLRepository type.
        Parameters:
        repositoryInterface - the specified repository interface
        pool - connection pool
    • Method Detail

      • replaceUniversalPlaceholder

        protected final String replaceUniversalPlaceholder​(String customSQL)
        Replaces the universal placeholders.
        Parameters:
        customSQL - the custom SQL statement
        Returns:
        the custom SQL statement with replaced universal placeholders