Package net.croz.nrich.search.factory
Class SearchRepositoryFactorySupportFactory
java.lang.Object
net.croz.nrich.search.factory.SearchRepositoryFactorySupportFactory
- All Implemented Interfaces:
RepositoryFactorySupportFactory
public class SearchRepositoryFactorySupportFactory
extends Object
implements RepositoryFactorySupportFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.repository.core.support.RepositoryFactorySupportcreateRepositoryFactory(Class<?> repositoryInterface, jakarta.persistence.EntityManager entityManager) ReturnsRepositoryFactorySupportinstance for repository interface.
-
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:RepositoryFactorySupportFactoryReturnsRepositoryFactorySupportinstance for repository interface.- Specified by:
createRepositoryFactoryin interfaceRepositoryFactorySupportFactory- Parameters:
repositoryInterface- repository interface for which to return implementation ofRepositoryFactorySupportentityManager- entity manager- Returns:
RepositoryFactorySupportinstance for repository interface
-