Interface RepositoryOperationsRegistry


public interface RepositoryOperationsRegistry
The registry of RepositoryOperations.
Since:
3.9.0
Author:
Denis Stepanov
  • Method Summary

    Modifier and Type
    Method
    Description
    provide(Class<T> repositoryType, @Nullable String dataSourceName)
    Provide repository operations.
  • Method Details

    • provide

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