Class SearchRepositoryFactorySupportFactory

java.lang.Object
net.croz.nrich.search.factory.SearchRepositoryFactorySupportFactory
All Implemented Interfaces:
RepositoryFactorySupportFactory

public class SearchRepositoryFactorySupportFactory extends Object implements RepositoryFactorySupportFactory
  • Constructor Details

    • SearchRepositoryFactorySupportFactory

      public SearchRepositoryFactorySupportFactory()
  • Method Details

    • createRepositoryFactory

      public org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory(Class<?> repositoryInterface, jakarta.persistence.EntityManager entityManager)
      Description copied from interface: RepositoryFactorySupportFactory
      Returns RepositoryFactorySupport instance for repository interface.
      Specified by:
      createRepositoryFactory in interface RepositoryFactorySupportFactory
      Parameters:
      repositoryInterface - repository interface for which to return implementation of RepositoryFactorySupport
      entityManager - entity manager
      Returns:
      RepositoryFactorySupport instance for repository interface