Uses of Class
org.springframework.data.repository.support.Repositories
Packages that use Repositories
Package
Description
Support for repository initialization using XML and JSON.
Support classes for integration of the repository programming model with 3rd party frameworks.
-
Uses of Repositories in org.springframework.data.repository.init
Methods in org.springframework.data.repository.init that return RepositoriesModifier and TypeMethodDescriptionRepositoriesPopulatedEvent.getRepositories()Returns theRepositoriesthat were populated.Methods in org.springframework.data.repository.init with parameters of type RepositoriesModifier and TypeMethodDescriptionvoidRepositoryPopulator.populate(Repositories repositories) Populates the givenRepositories.voidResourceReaderRepositoryPopulator.populate(Repositories repositories) Constructors in org.springframework.data.repository.init with parameters of type RepositoriesModifierConstructorDescriptionRepositoriesPopulatedEvent(RepositoryPopulator populator, Repositories repositories) -
Uses of Repositories in org.springframework.data.repository.support
Constructors in org.springframework.data.repository.support with parameters of type RepositoriesModifierConstructorDescriptionDefaultRepositoryInvokerFactory(Repositories repositories) Creates a newDefaultRepositoryInvokerFactoryfor the givenRepositories.DefaultRepositoryInvokerFactory(Repositories repositories, ConversionService conversionService)