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.RepositoryFactorySupport
createRepositoryFactory
(Class<?> repositoryInterface, jakarta.persistence.EntityManager entityManager) ReturnsRepositoryFactorySupport
instance 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:RepositoryFactorySupportFactory
ReturnsRepositoryFactorySupport
instance for repository interface.- Specified by:
createRepositoryFactory
in interfaceRepositoryFactorySupportFactory
- Parameters:
repositoryInterface
- repository interface for which to return implementation ofRepositoryFactorySupport
entityManager
- entity manager- Returns:
RepositoryFactorySupport
instance for repository interface
-