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.contributeAotRepository(AotRepositoryContext repositoryContext) This method allows for the creation to be overridden by subclasses.