Class RepositoryInformationCollectorService
java.lang.Object
io.sapl.springdatacommon.services.RepositoryInformationCollectorService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(org.springframework.data.repository.core.RepositoryInformation repositoryInformation) Set<org.springframework.data.repository.core.RepositoryInformation>org.springframework.data.repository.core.RepositoryInformationgetRepositoryByName(String repositoryName)
-
Constructor Details
-
RepositoryInformationCollectorService
public RepositoryInformationCollectorService()
-
-
Method Details
-
add
public void add(org.springframework.data.repository.core.RepositoryInformation repositoryInformation) -
getRepositoryByName
public org.springframework.data.repository.core.RepositoryInformation getRepositoryByName(String repositoryName) -
getRepositories
-