Interface RepositoryFactorySupportFactory
- All Known Implementing Classes:
SearchRepositoryFactorySupportFactory
public interface RepositoryFactorySupportFactory
Enables creation of
RepositoryFactorySupport instances for custom repository implementations.-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.repository.core.support.RepositoryFactorySupportcreateRepositoryFactory(Class<?> repositoryInterface, jakarta.persistence.EntityManager entityManager) ReturnsRepositoryFactorySupportinstance for repository interface.
-
Method Details
-
createRepositoryFactory
org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory(Class<?> repositoryInterface, jakarta.persistence.EntityManager entityManager) ReturnsRepositoryFactorySupportinstance for repository interface.- Parameters:
repositoryInterface- repository interface for which to return implementation ofRepositoryFactorySupportentityManager- entity manager- Returns:
RepositoryFactorySupportinstance for repository interface
-