Interface RepositoryOperationsRegistry

    • Method Detail

      • provide

        @NonNull
        <T extends RepositoryOperations> T provide​(java.lang.Class<T> repositoryType,
                                                   @Nullable
                                                   java.lang.String dataSourceName)
        Provide repository operations.
        Type Parameters:
        T - The operations type
        Parameters:
        repositoryType - The operations type
        dataSourceName - The datasource name
        Returns:
        the provided instance