Package net.croz.nrich.search.factory
Class SearchRepositoryFactorySupportFactory
java.lang.Object
net.croz.nrich.search.factory.SearchRepositoryFactorySupportFactory
- All Implemented Interfaces:
net.croz.nrich.search.api.factory.RepositoryFactorySupportFactory
public class SearchRepositoryFactorySupportFactory
extends Object
implements net.croz.nrich.search.api.factory.RepositoryFactorySupportFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.repository.core.support.RepositoryFactorySupportcreateRepositoryFactory(Class<?> repositoryInterface, jakarta.persistence.EntityManager entityManager)
-
Constructor Details
-
SearchRepositoryFactorySupportFactory
public SearchRepositoryFactorySupportFactory()
-
-
Method Details
-
createRepositoryFactory
public org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory(Class<?> repositoryInterface, jakarta.persistence.EntityManager entityManager) - Specified by:
createRepositoryFactoryin interfacenet.croz.nrich.search.api.factory.RepositoryFactorySupportFactory
-