Class AbstractPostgreSQLRepository

    • Constructor Detail

      • AbstractPostgreSQLRepository

        protected AbstractPostgreSQLRepository​(Class<?> repositoryInterface)
        Creates an instance of AbstractPostgreSQLRepository type.
        Parameters:
        repositoryInterface - the specified repository interface
    • 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