Uses of Interface
org.springframework.data.repository.config.AotRepositoryContext
Packages that use AotRepositoryContext
Package
Description
Ahead-of-Time (AOT) generation for Spring Data repositories.
Support classes for repository namespace and JavaConfig integration.
-
Uses of AotRepositoryContext in org.springframework.data.repository.aot.generate
Constructors in org.springframework.data.repository.aot.generate with parameters of type AotRepositoryContextModifierConstructorDescriptionRepositoryContributor(AotRepositoryContext repositoryContext) Create a newRepositoryContributorfor the givenAotRepositoryContext. -
Uses of AotRepositoryContext in org.springframework.data.repository.config
Methods in org.springframework.data.repository.config that return AotRepositoryContextModifier and TypeMethodDescriptionprotected AotRepositoryContextRepositoryRegistrationAotContribution.getRepositoryContext()Methods in org.springframework.data.repository.config that return types with arguments of type AotRepositoryContextModifier and TypeMethodDescriptionprotected @Nullable BiFunction<AotRepositoryContext, GenerationContext, @Nullable RepositoryContributor> RepositoryRegistrationAotContribution.getModuleContribution()Methods in org.springframework.data.repository.config with parameters of type AotRepositoryContextModifier and TypeMethodDescriptionprotected @Nullable RepositoryContributorRepositoryRegistrationAotProcessor.contribute(AotRepositoryContext repositoryContext, GenerationContext generationContext) Method parameters in org.springframework.data.repository.config with type arguments of type AotRepositoryContextModifier and TypeMethodDescriptionRepositoryRegistrationAotContribution.withModuleContribution(@Nullable BiFunction<AotRepositoryContext, GenerationContext, @Nullable RepositoryContributor> moduleContribution) Callbackfor data module specific contributions.Constructors in org.springframework.data.repository.config with parameters of type AotRepositoryContextModifierConstructorDescriptionprotectedRepositoryRegistrationAotContribution(RepositoryRegistrationAotProcessor processor, AotRepositoryContext context) Constructs a new instance of theRepositoryRegistrationAotContributioninitialized with the given, requiredRepositoryRegistrationAotProcessorfrom which this contribution was created.