Uses of Class
org.springframework.data.repository.config.RepositoryRegistrationAotContribution
Packages that use RepositoryRegistrationAotContribution
Package
Description
Support classes for repository namespace and JavaConfig integration.
-
Uses of RepositoryRegistrationAotContribution in org.springframework.data.repository.config
Methods in org.springframework.data.repository.config that return RepositoryRegistrationAotContributionModifier and TypeMethodDescriptionRepositoryRegistrationAotContribution.forBean(RegisteredBean repositoryBean) Builds aRepositoryRegistrationAotContributionfor given, requiredRegisteredBeanrepresenting theRepositoryregistered in the bean registry.RepositoryRegistrationAotContribution.fromProcessor(RepositoryRegistrationAotProcessor repositoryRegistrationAotProcessor) Factory method used to construct a new instance ofRepositoryRegistrationAotContributioninitialized with the given, requiredRepositoryRegistrationAotProcessorfrom which this contribution was created.protected RepositoryRegistrationAotContributionRepositoryRegistrationAotProcessor.newRepositoryRegistrationAotContribution(RegisteredBean repositoryBean) RepositoryRegistrationAotContribution.withModuleContribution(BiConsumer<AotRepositoryContext, GenerationContext> moduleContribution) Callbackfor data module specific contributions.