Uses of Class
org.springframework.data.repository.aot.generate.RepositoryContributor
Packages that use RepositoryContributor
Package
Description
Ahead-of-Time (AOT) generation for Spring Data repositories.
Support classes for repository namespace and JavaConfig integration.
-
Uses of RepositoryContributor in org.springframework.data.repository.aot.generate
Constructors in org.springframework.data.repository.aot.generate with parameters of type RepositoryContributorModifierConstructorDescriptionAotRepositoryBeanDefinitionPropertiesDecorator(Supplier<org.springframework.javapoet.CodeBlock> inheritedProperties, RepositoryContributor repositoryContributor) -
Uses of RepositoryContributor in org.springframework.data.repository.config
Methods in org.springframework.data.repository.config that return RepositoryContributorModifier and TypeMethodDescriptionprotected @Nullable RepositoryContributorRepositoryRegistrationAotProcessor.contribute(AotRepositoryContext repositoryContext, GenerationContext generationContext) Methods in org.springframework.data.repository.config that return types with arguments of type RepositoryContributorModifier and TypeMethodDescriptionprotected @Nullable BiFunction<AotRepositoryContext, GenerationContext, @Nullable RepositoryContributor> RepositoryRegistrationAotContribution.getModuleContribution()Method parameters in org.springframework.data.repository.config with type arguments of type RepositoryContributorModifier and TypeMethodDescriptionRepositoryRegistrationAotContribution.withModuleContribution(@Nullable BiFunction<AotRepositoryContext, GenerationContext, @Nullable RepositoryContributor> moduleContribution) Callbackfor data module specific contributions.